Skip to content

Use featurewise matrix instead of covariance #12

Description

@thiaothiao

Use centered featurewise matrix $X$ and perform computation using covariance matrix $\Sigma$ expression when needed.
Example as $\Sigma := (I-P)X^T X(I-P)$ we have

$$x^T\Sigma x = \left\|X(I-P)x\right\|_2^2=\left\|X((I-P)x)\right\|_2^2=\left\|X(x-Px)\right\|_2^2$$

Metadata

Metadata

Assignees

Labels

featureManageable unit of functionality within an Epic

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions