File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,6 @@ export
3939 uweights, # construct an UnitWeights vector
4040 wsum, # weighted sum with vector as second argument
4141 wsum!, # weighted sum across dimensions with provided storage
42- wmean, # weighted mean
43- wmean!, # weighted mean across dimensions with provided storage
44- wmedian, # weighted median
45- wquantile, # weighted quantile
4642
4743 # # moments
4844 skewness, # (standardized) skewness
@@ -160,7 +156,6 @@ export
160156 inverse_rle, # inverse run-length encoding
161157 indexmap, # construct a map from element to index
162158 levelsmap, # construct a map from n unique elements to [1, ..., n]
163- findat, # find the position within a for elements in b
164159 indicatormat, # construct indicator matrix
165160
166161 # statistical models
You can’t perform that action at this time.
0 commit comments