Directories ¶
Path | Synopsis |
---|---|
Package ad implements automatic differentiation of a model.
|
Package ad implements automatic differentiation of a model. |
cmd
|
|
Package dist provides differentiatable distribution models.
|
Package dist provides differentiatable distribution models. |
examples
|
|
gmm/model
Gaussian mixture
|
Gaussian mixture |
hello/model
Inferring parameters of the Normal distribution from observations
|
Inferring parameters of the Normal distribution from observations |
mt/model
Inferring parameters of the Normal distribution from observations
|
Inferring parameters of the Normal distribution from observations |
ppv/model
Determining the best bandwidth for page-per-visit prediction (http://dtolpin.github.io/posts/session-depth/)
|
Determining the best bandwidth for page-per-visit prediction (http://dtolpin.github.io/posts/session-depth/) |
schools/model
The eight schools example as appears in PyStan documentation (and taken from "Bayesian Data Analysis", Section 5.5 by Gelman et al.i): data { int<lower=0> J; // number of schools vector[J] y; // estimated treatment effects vector<lower=0>[J] sigma; // s.e.
|
The eight schools example as appears in PyStan documentation (and taken from "Bayesian Data Analysis", Section 5.5 by Gelman et al.i): data { int<lower=0> J; // number of schools vector[J] y; // estimated treatment effects vector<lower=0>[J] sigma; // s.e. |
Package infer contains inference algorithms: maximum likelihood estimation by gradient descent and approximation of the posterior by Markov Chain Monte Carlo methods (notably Hamiltonian Monte Carlo family of algorithms).
|
Package infer contains inference algorithms: maximum likelihood estimation by gradient descent and approximation of the posterior by Markov Chain Monte Carlo methods (notably Hamiltonian Monte Carlo family of algorithms). |
Package mathx provides auxiliary elemental functions, ubiquitously useful but not found in package math.
|
Package mathx provides auxiliary elemental functions, ubiquitously useful but not found in package math. |
Package model specifies the interface of a probabilistc model.
|
Package model specifies the interface of a probabilistc model. |
Click to show internal directories.
Click to hide internal directories.