If the Hessian is available, summary.vgFit
computes
standard errors for the estimates of \(c\), \(\sigma\),
\(\theta\), and \(\nu\), and adds them to object
as object$sds
. Otherwise, no calculations are performed and the
composition of object
is unaltered.
summary.vgFit
invisibly returns x
with class changed to
summary.vgFit
.
See vgFit
for the composition of an object of class
vgFit
.
print.summary.vgFit
prints a summary in the same format as
print.vgFit
when the Hessian is not available from
the fit. When the Hessian is available, the standard errors for the
parameter estimates are printed in parentheses beneath the parameter
estimates, in the manner of fitdistr
in the package
MASS
.