Summary Method for Asymmetric Distribution Models

DESCRIPTION:

Generates a summary object for the given asymmetric model.

USAGE:

summary.asymmetric.dstn(object, ...)

REQUIRED ARGUMENTS:

object
an asymmetric.dstn object generated by gammaMLE, gammaRob, lognormMLE, lognormRob, weibullMLE, or weibullRob.

VALUE:

a summary.asymmetric.dstn object with the following components:
call
an image of the call that produced the object, but with the arguments all named.
header
a header used by the print method.
coefficients
a 3x2 matrix containing the parameter estimates and their standard errors (if available).

EXAMPLES:

los.mle <- gammaMLE(los)
summary(los.mle)