normal {bayesGAM} | R Documentation |
Constructor function for Normal priors
Description
Used to specify Normal priors for bayesGAM
models
Usage
normal(param_values)
Arguments
param_values |
Numeric vector of length 2 for the mean and standard deviation parameters |
Details
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.
References
Stan Development Team. 2018. Stan Modeling Language Users Guide and Reference Manual, Version 2.18.0
Examples
require(stats); require(graphics)
normal(c(0, 10))
[Package bayesGAM version 0.0.2 Index]