summary.DNFOptim {SVDNF} | R Documentation |
Summarizing Stochastic Volatility Model Fits from the Discrete Nonlinear Filter
Description
Summary method for DNFOptim
objects.
Usage
## S3 method for class 'DNFOptim'
summary(object, confidence, ...)
## S3 method for class 'summary.DNFOptim'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
object |
an object of class |
x |
an object of class |
confidence |
Confidence level for computing confidence intervals. Should be between 0 and 1. Default is 0.95. |
digits |
The number of digits to be printed in the |
... |
further arguments passed to or from other methods. |
Details
Returns the summary of the output of a DNFOptim
object.
Value
Returns a list with the model used and its estimated parameters.
model |
The model that was estimated with the |
coefficients |
Table with the maximum likelihood parameters estimates. If
|
logLik |
Log-likelihood value at the parameter maximum likelihood estimates and the model's degrees of freedom |
Examples
## For examples see example(DNFOptim)