File tree Expand file tree Collapse file tree 5 files changed +533
-153
lines changed Expand file tree Collapse file tree 5 files changed +533
-153
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version = "0.10.3"
8
8
9
9
[deps ]
10
10
Arpack = " 7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
11
- Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f "
11
+ DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0 "
12
12
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
13
13
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
14
14
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
@@ -17,11 +17,8 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
17
17
18
18
[compat ]
19
19
Arpack = " 0.3, 0.4, 0.5"
20
- Distributions = " 0.25"
21
- StableRNGs = " 1"
22
- Statistics = " 1"
23
20
StatsAPI = " ^1.3"
24
- StatsBase = " ^0.33, 0.34 "
21
+ StatsBase = " ^0.33"
25
22
julia = " 1.1"
26
23
27
24
[extras ]
Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ module MultivariateStats
113
113
CA, # Type: correspondence analysis
114
114
115
115
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
121
121
122
122
# # source files
123
123
include (" types.jl" )
You can’t perform that action at this time.
0 commit comments