Skip to content

Commit

Permalink
Several doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Nov 7, 2019
1 parent beffa5a commit 6188502
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Examples_Stan_Methods/Optimize/bernoulli_optimize.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
######### CmdStan optimize example ###########
######### StanOptimize example ###########

using StanOptimize

Expand Down
2 changes: 1 addition & 1 deletion Examples_Test_Cases/InitThetaDict/bernoulliinittheta.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
######### CmdStan program example ###########
######### StanSample example ###########

using StanSample

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
######### CmdStan program example ###########
######### StanSample example ###########

using StanSample

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ My intention is to continue maintenance of CmdStan.jl for at least another two y

A collection of documented examples to use Stan (as an external program) from Julia.

Stan's cmdstan executable needs to be installed separatedly. Please see [CmdStan installation](http://StanJulia.github.io/Stan.jl/latest/INSTALLATION.html).
Stan's cmdstan executable needs to be installed separatedly. Please see [cmdstan installation](http://StanJulia.github.io/Stan.jl/latest/INSTALLATION.html).

For more info on Stan, please go to <http://mc-stan.org>.
6 changes: 3 additions & 3 deletions docs/src/INTRO.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# A Julia interface to CmdStan
# A Julia interface to Stan's cmdstan

## Stan.jl

[Stan](https://github.com/stan-dev/stan) is a system for statistical modeling, data analysis, and prediction. It is extensively used in social, biological, and physical sciences, engineering, and business. The Stan program language and interfaces are documented [here](http://mc-stan.org/documentation/).

[CmdStan](http://mc-stan.org/interfaces/cmdstan.html) is the shell/command line interface to run Stan language programs.
[cmdstan](http://mc-stan.org/interfaces/cmdstan.html) is the shell/command line interface to run Stan language programs.

[Stan.jl](https://github.com/StanJulia/Stan.jl) wraps CmdStan and captures the samples for further processing.
[Stan.jl](https://github.com/StanJulia/Stan.jl) wraps cmdstan and captures the samples for further processing.

## Table of contents

Expand Down
4 changes: 2 additions & 2 deletions docs/src/VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ New functionality will be introduced in minor level updates. This includes addin

Changes that require updates to some examples bump the major level.

Updates for new releases of Julia and CmdStan bump the appropriate level.
Updates for new releases of Julia and cmdstan bump the appropriate level.

## Testing

This version of the package has primarily been tested on Mac OSX 10.14, Julia 1.3 and CmdStan 2.21.0.
This version of the package has primarily been tested on Mac OSX 10.14, Julia 1.3 and cmdstan 2.21.0.

## Version 5.0.0

Expand Down
2 changes: 1 addition & 1 deletion test/Examples_Test_Cases/InitThetaDict/init_dict.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
######### CmdStan program example ###########
######## StanSample example ###########

using StanSample, Test

Expand Down

0 comments on commit 6188502

Please sign in to comment.