Skip to content

PCA using the augmented correlation matrix #13

@rmflight

Description

@rmflight

It would be really cool to be able to do a PCA decomposition on the augmented or weighted correlation matrix generated by pairwise_correlations, so that the PCA actually reflects the augmented correlation directly.

There may be a way to do this via eigen and then generating the scores, keeping in mind that PCA on the correlation is already scaled and centered.

Note that I think we would have to set the diagonal to 1 for this to work properly.

Thoughts @hunter-moseley ??

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions