Summary Method for Asymmetric Distribution Models

DESCRIPTION:

Returns a summary of the asymmetric distribution models stored in a fit.models object with virtual class asymfm.

USAGE:

summary.asymfm(object, ...)

REQUIRED ARGUMENTS:

object
a fit.models object with virtual class asymfm that contains the fitted models.

VALUE:

a summary.asymfm object with the following components:
mod.names
the names of the models in object.
calls
a list containing the call of each model in object.
coefs
a 3-dimensional array. For each level of the 3rd index (one for each model in object), the 2-dimensional slice is a 3 by 2 matrix containing the 3 parameter estimates and their standard errors.

SEE ALSO:

, .

EXAMPLES:

los.mle <- gammaMLE(los)
los.rob <- gammaRob(los)
los.fm <- fit.models(los.rob, los.mle)
los.sum <- summary(los.fm)