Skip to content

Commit

Permalink
Use Reexport.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Apr 11, 2014
1 parent 8208e29 commit d1511da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 68 deletions.
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
julia 0.2-
StatsBase
Reexport
70 changes: 2 additions & 68 deletions src/Stats.jl
Original file line number Diff line number Diff line change
@@ -1,70 +1,4 @@
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
using Reexport
@reexport using StatsBase
end

0 comments on commit d1511da

Please sign in to comment.