Skip to content

Commit 66a030a

Browse files
authored
Merge pull request #152 from pitmonticone/master
Clean README and docs
2 parents 014491c + 58d5244 commit 66a030a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ StatisticalRethinking.jl v4 also fits better with the new setup of Pluto noteboo
3737

3838
2. Define the mcmc model, e.g. using StanSample.jl or Turing.jl, and obtain draws from the model.
3939

40-
3. Capture the draws for further processing. In Turing that is ususally done using MCMCChains.jl, in StanSample.jl v4 it's mostly in the form of a DataFrame, a StanTable, a KeyedArray chains (obtained from AxisKeys.jl).
40+
3. Capture the draws for further processing. In Turing that is usually done using MCMCChains.jl, in StanSample.jl v4 it's mostly in the form of a DataFrame, a StanTable, a KeyedArray chains (obtained from AxisKeys.jl).
4141

4242
4. For further processing, the projects nearly always convert chains to a DataFrame.
4343

@@ -63,7 +63,7 @@ Similarly, a dependency [ParetoSmoothedImportanceSampling.jl](https://github.com
6363

6464
## Versions
6565

66-
As listed in issue [#145](https://github.com/StatisticalRethinkingJulia/StatisticalRethinking.jl/issues/145#issue-1064657635) recently it was noticed that some very old Jupyter notebook files are still present which makes an inital download, e.g. when `dev`-ing the package, rather long. This is not a problem when you just `add` the package.
66+
As listed in issue [#145](https://github.com/StatisticalRethinkingJulia/StatisticalRethinking.jl/issues/145#issue-1064657635) recently it was noticed that some very old Jupyter notebook files are still present which makes an initial download, e.g. when `dev`-ing the package, rather long. This is not a problem when you just `add` the package.
6767

6868
I am planning to address that in v5.
6969

docs/src/srgithub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Also, an attempt has been made to make StatisticalRethinking.jl fit better with
3434

3535
2. Define the mcmc model, e.g. using StanSample.jl or Turing.jl, and obtain draws from the model.
3636

37-
3. Capture the draws for further processing. In Turing that is ususally done using MCMCChains.jl, in StanSample.jl v4 it's mostly in the form of a DataFrame, a StanTable, a KeyedArray chains (obtained from AxisKeys.jl).
37+
3. Capture the draws for further processing. In Turing that is usually done using MCMCChains.jl, in StanSample.jl v4 it's mostly in the form of a DataFrame, a StanTable, a KeyedArray chains (obtained from AxisKeys.jl).
3838

3939
4. Inspect the chains using statistical and visual methods. In many cases this will need one or more statistical packages and one of the graphical options.
4040

0 commit comments

Comments
 (0)