Displays summary information about GMWM object
# S3 method for gmwm
summary(
object,
inference = NULL,
bs.gof = NULL,
bs.gof.p.ci = NULL,
bs.theta.est = NULL,
bs.ci = NULL,
B = 100,
...
)
A summary.gmwm
object with:
Estimated Theta Values
Goodness of Fit Information
Inference performed? T/F
Bootstrap GOF? T/F
Bootstrap GOF P-Value CI? T/F
Bootstrap Theta Estimates? T/F
Bootstrap CI? T/F
Indicates if program supplied initial starting values
Seed used during guessing / bootstrapping
Value of obj.fun at minimized theta
Length of Time Series
A GMWM
object
A value containing either: NULL (auto), TRUE, or FALSE
A value containing either: NULL (auto), TRUE, FALSE
A value containing either: NULL (auto), TRUE, FALSE
A value containing either: NULL (auto), TRUE, FALSE
A value containing either: NULL (auto), TRUE, FALSE
An int
that indicates how many bootstraps should be performed.
Other arguments passed to specific methods
JJB