Documentation
¶
Index ¶
- func CSVToMatrix(path string, dropHeader bool) (*mat.Dense, error)
- func CalculateBartlettSphericity(x *mat.Dense) (statistic, pvalue float64)
- func CalculateKMO(x *mat.Dense) (kmoPerVariable *mat.VecDense, kmoTotal float64, err error)
- func CorrMartix(x mat.Matrix) *mat.Dense
- func Cov2Corr(x mat.Matrix) (*mat.Dense, error)
- func CovMartix(x mat.Matrix) *mat.Dense
- func PartialCorr(x mat.Matrix) (*mat.Dense, error)
- type Factor
- type FactorConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalculateKMO ¶
Types ¶
type Factor ¶
type Factor struct {
Cfg FactorConfig
}
Click to show internal directories.
Click to hide internal directories.