Skip to content

Commit 5bf2b8f

Browse files
authored
Stop exporting nonexistent findat and wmean! (#663)
These were deprecated and then removed long ago.
1 parent 027ca07 commit 5bf2b8f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/StatsBase.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)