Skip to content

Commit

Permalink
Re-export all of StatsBase
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmyleswhite committed Jan 26, 2014
1 parent 5113ce6 commit 8208e29
Showing 1 changed file with 68 additions and 2 deletions.
70 changes: 68 additions & 2 deletions src/Stats.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,70 @@
using StatsBase

module Stats
using StatsBase

export WeightVec,
weights,
geomean,
harmmean,
trimmean,
wmean,
skewness,
kurtosis,
variation,
sem,
mad,
middle,
midrange,
range,
percentile,
iqr,
nquantile,
mode,
modes,
summarystats,
describe,
addcounts!,
counts,
proportions,
countmap,
proportionmap,
ordinalrank,
competerank,
denserank,
tiedrank,
autocov!,
autocov,
autocor!,
autocor,
crosscov!,
crosscov,
crosscor!,
crosscor,
pacf!, pacf,
corspearman,
corkendall,
samplepair,
sample,
wsample,
ecdf,
kde,
rle,
inverse_rle,
indexmap,
levelsmap,
findat,
indicatormat,
StatisticalModel,
RegressionModel,
coef,
coeftable,
confint,
deviance,
loglikelihood,
nobs,
stderr,
vcov,
predict,
predict!,
residuals,
model_response
end

0 comments on commit 8208e29

Please sign in to comment.