Level {demest}R Documentation

Specify the level term in a DLM prior.

Description

Specify the level term in a DLM prior. Currently the only part of the level term that can be specified is the prior for the standard deviation of the innovations.

Usage

Level(scale = HalfT())

Arguments

scale

An object of class HalfT.

Value

An object of class Level

See Also

Level is usually called as part of a call to function DLM.

Examples

Level()
Level(scale = HalfT(scale = 0.5))

[Package demest version 0.0.0.3.1 Index]