normal | R Documentation |
Used to specify Normal priors for bayesGAM
models
normal(param_values)
param_values |
Numeric vector of length 2 for the mean and standard deviation parameters |
For the beta
and a
parameters, the distribution is assumed to be unconstrained.
For eps
and lambda
, the priors are half-normal with a support of strictly positive numbers.
Stan Development Team. 2018. Stan Modeling Language Users Guide and Reference Manual, Version 2.18.0
require(stats); require(graphics) normal(c(0, 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.