File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version = "0.10.3"
88
99[deps ]
1010Arpack = " 7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
11- Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f "
11+ DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0 "
1212LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1313SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1414Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
@@ -17,11 +17,8 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1717
1818[compat ]
1919Arpack = " 0.3, 0.4, 0.5"
20- Distributions = " 0.25"
21- StableRNGs = " 1"
22- Statistics = " 1"
2320StatsAPI = " ^1.3"
24- StatsBase = " ^0.33, 0.34 "
21+ StatsBase = " ^0.33"
2522julia = " 1.1"
2623
2724[extras ]
Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ module MultivariateStats
113113 CA, # Type: correspondence analysis
114114
115115 MCA, # Type: multiple correspondence analysis
116- ca , # fit and return a correspondence analysis
117- mca , # fit and return a multiple correspondence analysis
118- objectscores , # return the object scores or coordinates from CA or MCA
119- variablescores , # return the variable/category scores or coordinates from CA or MCA
120- inertia # return the inertia (derived from eigenvalues) for CA
116+ object_coords , # return the object scores or coordinates from CA or MCA
117+ variable_coords , # return the variable/category scores or coordinates from CA or MCA
118+ inertia , # return the inertia (derived from eigenvalues) for CA
119+ ca_stats , # fit statistics
120+ quali_passive # handle qualitative passive variables
121121
122122 # # source files
123123 include (" types.jl" )
You can’t perform that action at this time.
0 commit comments