Norm: Specify a normal distribution.

View source: R/SpecPrior-generators.R

NormR Documentation

Specify a normal distribution.

Description

Specify a normal distribution. Norm is used to specify a prior (on the log scale) for the dispersion parameter in a CMP model.

Usage

Norm(mean = 0, sd = 1)

Arguments

mean

Mean. Defaults to 0.

sd

Standard deviation. A positive number. Defaults to 1.

Value

An object of class Norm.

See Also

Norm is used in calls to function Covariates.

Examples

Norm()
Norm(sd = 0.5)
Norm(mean = 0.5, sd = 1.5)

StatisticsNZ/demest documentation built on Nov. 2, 2023, 7:56 p.m.