We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c8580 commit 6828619Copy full SHA for 6828619
1 file changed
src/OnlineStats.jl
@@ -5,7 +5,7 @@ using RecipesBase, Reexport, Statistics, LinearAlgebra, Dates
5
6
import OnlineStatsBase: OnlineStat, name, _fit!, _merge!, eachrow, smooth, smooth!,
7
smooth_syr!, bessel, Extrema, StatCollection, Mean, Variance, Series, FTSeries
8
-import LearnBase: fit!, nobs, value, predict, transform, transform!
+import LearnBase: fit!, nobs, value, predict
9
import StatsBase: autocov, autocor, confint, skewness, kurtosis, entropy, midpoints,
10
fweights, sample, coef, Histogram
11
import DataStructures: OrderedDict, CircularBuffer
@@ -16,7 +16,7 @@ export
16
mean, var, std, cov, cor,
17
# functions
18
fit!, nobs, value, autocov, autocor, predict, confint, probs, skewness, kurtosis,
19
- classify, coef, transform, transform!, stats, series,
+ classify, coef, stats, series,
20
# weights
21
EqualWeight, ExponentialWeight, LearningRate, LearningRate2, HarmonicWeight,
22
McclainWeight, Bounded, Scaled,
0 commit comments