Learn R Programming

pgam (version 0.3.3)

pgam.hes2se: Utility function

Description

Put hyperparameters hessian matrix in the form of omega and beta standard error.

Usage

pgam.hes2se(hes, fperiod)

Arguments

hes
hessian matrix returned by optim
fperiod
vector containing as many seasonal factors as there are in model formula

Value

  • List containing the hyperparameters $omega$ and $beta$ standard errors.

See Also

pgam, pgam.parser