Skip to content

Commit d7a91c6

Browse files
Add installation instructions
1 parent 0a17953 commit d7a91c6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/src/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ end
1010

1111
*StatsBase.jl* is a Julia package that provides basic support for statistics. Particularly, it implements a variety of statistics-related functions, such as scalar statistics, high-order moment computation, counting, ranking, covariances, sampling, and empirical density estimation.
1212

13+
## Getting Started
14+
15+
To install StatsBase through the Julia REPL, you can type `] add StatsBase` or:
16+
17+
```julia
18+
using Pkg
19+
Pkg.add("StatsBase")
20+
```
21+
To load the package, use the command:
22+
23+
```
24+
using StatsBase
25+
```
26+
27+
## Available methods
1328

1429
```@contents
1530
Pages = ["weights.md", "scalarstats.md", "robust.md", "deviation.md", "cov.md", "counts.md", "ranking.md", "sampling.md", "empirical.md", "signalcorr.md", "misc.md", "statmodels.md", "transformations.md"]

0 commit comments

Comments
 (0)