> On Jan 21, 2015, at 8:18 PM,
tmr...@gmail.com wrote:
>
> Hi Bob,
>
> Thanks for the quick response. I did find a GP example in the manual. I am working on it, I have looked at GP from Rasmussen's book.
>
> In the manual, I do not see how Bayesian parameter estimation is done in Stan. Am I overlooking something?
Yes. There are examples of parameter estimation. See
section 13.3, Fitting a Gaussian Process.
Yes
> then run it in R.
We also have Python and command-line interfaces as well as
contributed MATLAB and Julia interfaces. You can run Stan anywhere
and get the same answers.
> That means I have to learn the Stan language.
I'm afraid if you want to write Stan models, you'll need at least
a passing familiarity with the language in which they're written.
> Also, Why rstan is not on CRAN?
Size of our library dependencies.
Ben's working on using BH and RcppEigen for dependencies and we may get
onto CRAN soon. You'll still need to install a C++ toolchain (unless
you're on Linux, in which case you probably already have one), so it won't
be a simple one-touch CRAN install. (In this it is like Rcpp.)
- Bob