Learn R Programming

FGN (version 2.0-12)

coef.FitFGN: Display estimated parameters from FitFGN

Description

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

Usage

"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.

References

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

Examples

Run this code
data(NileMin)
out<-FitFGN(NileMin)
coef(out)

Run the code above in your browser using DataLab