coef.FitFGN: Display estimated parameters from FitFGN

Description Usage Arguments Value Author(s) References Examples

Description

Method function to display fitted parameters, their standard errors and Z-ratio for FGN models fit with FitFGN.

Usage

1
2
## S3 method for class 'FitFGN'
coef(object, ...)

Arguments

object

obj the output from FitFGN

...

optional parameters

Value

A matrix is returned. The columns of the matrix are labeled MLE, sd and Z-ratio. The rows labels indicate the AR coefficients which were estimated followed by mu, the estimate of mean.

Author(s)

A.I. McLeod

References

McLeod, A.I., Yu, Hao, Krougly, Zinovi L. (2007). Algorithms for Linear Time Series Analysis, Journal of Statistical Software.

Examples

1
2
3

FGN documentation built on May 30, 2017, 7:19 a.m.