clean up sample vs. draw in output and doc
Open
@bob-carpenter is already working on this.
Since Mar 14, 2016.
code cleanup
documentation
interface
- Dominant language
- C++
- Stars
- 2.8k
- Forks
- 388
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 15
Description
Summary:
We want to follow Andrew's terminology and not confuse a sample (1 or more draws) with a draw.
Description:
- fix in output [may need to go to interfaces for this]
- fix in argument names (wait for Stan 3)
- fix in manual
Reproducible Steps:
Just run CmdStan.
Current Output:
From CmdStan:
# num_samples = 1000 (Default)`
From RStan:
Samples were drawn using NUTS(diag_e) at Mon Mar 14 13:19:38 2016.
Expected Output:
CmdStan: num_draws = 1000
RStan: Sample was drawn using NUTS.
Current Version:
v2.9.0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.