Description Public fields Methods
List of priors
List of priors
z_mu_mu
μ^{μ^z} ~ normal(z_mu_mu[1], z_mu_mu[2])
z_mu_sigma
σ^{μ^z} ~ normal(z_mu_sigma[1], z_mu_sigma[2])
z_sigma_mu
μ^{σ^z} ~ normal(z_sigma_mu[1], z_sigma_mu[2])
z_sigma_sigma
σ^{σ^z} ~ normal(z_sigma_sigma[1], z_sigma_sigma[2])
x_sigma_mu
μ^{σ^x} ~ normal(x_sigma_mu[1], x_sigma_mu[2])
x_sigma_sigma
σ^{σ^x} ~ normal(x_sigma_sigma[1], x_sigma_sigma[2])
y_sigma_mu
μ^{σ^y} ~ normal(y_sigma_mu[1], y_sigma_mu[2])
y_sigma_sigma
σ^{σ^y} ~ normal(y_sigma_sigma[1], y_sigma_sigma[2])
g_mu
μ^g ~ normal(g_mu[1], g_mu[2])
g_sigma
σ^g ~ normal(g_sigma[1], g_sigma[2])
a_mu
μ^a ~ normal(a_mu[1], a_mu[2])
a_sigma
σ^a ~ normal(a_sigma[1], a_sigma[2])
new()
Create a new Model object. All values must be greater than 0.
DemingPrior$new( z_mu_mu = c(0, 10), z_mu_sigma = c(0, 10), z_sigma_mu = c(0, 10), z_sigma_sigma = c(0, 10), x_sigma_mu = c(0, 10), x_sigma_sigma = c(0, 10), y_sigma_mu = c(0, 10), y_sigma_sigma = c(0, 10), g_mu = c(0, 10), g_sigma = c(0, 10), a_mu = c(0, 10), a_sigma = c(0, 10) )
z_mu_mu
vector of length 2
z_mu_sigma
vector of length 2
z_sigma_mu
vector of length 2
z_sigma_sigma
vector of length 2
x_sigma_mu
vector of length 2
x_sigma_sigma
vector of length 2
y_sigma_mu
vector of length 2
y_sigma_sigma
vector of length 2
g_mu
vector of length 2
g_sigma
vector of length 2
a_mu
vector of length 2
a_sigma
vector of length 2
A new Prior
object.
as_list()
Convert object to a list. This is useful when passing data to Stan
DemingPrior$as_list()
clone()
The objects of this class are cloneable with this method.
DemingPrior$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.