Dew Stats for .NET
|
The 2D Bi-Plot. Can be used to visualize 2D vectors, for example first two components in PCA of FA.
BiPlot.cs
Biplots are statistical graphics that represent in the same plane both the variables and the cases. Usually variables are represented by arrows, while points represent cases. A Biplot can be constructed from a data matrix, where conventionally each column represent a variable, and each row includes the variables value for a given case.
Use biplot to visually analyze the results of PCA.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|