Users specify log density functions in Stan’s probabilistic programming language and get:
-
full Bayesian statistical inference with MCMC sampling (NUTS, HMC)
-
approximate Bayesian inference with variational inference (ADVI)
-
penalized maximum likelihood estimation with optimization (L-BFGS)
http://mc-stan.org/
"PyStan provides an interface to Stan, a package for Bayesian inference using the No-U-Turn sampler, a variant of Hamiltonian Monte Carlo."
https://pystan.readthedocs.io/en/latest/
No comments:
Post a Comment