charlesm93 / example-models

Example models for Stan
http://mc-stan.org/
5 stars 1 forks source link

Initial estimates in TwoCptCmdStan.R #4

Closed charlesm93 closed 7 years ago

charlesm93 commented 7 years ago

The *Simulation.R files only create one .init.R file, but should create one PER CHAIN. Currently each chain begins at the same point in the parameter space, which is problematic and doesn't allow us to properly test for convergence.

We need a scheme to create random initial estimates for each chain used when running Stan.