summary.nelson {termstrc}R Documentation

S3 Summary Method

Description

S3 summary method for objects of the class "nelson".

Usage

## S3 method for class 'nelson':
summary(object,...)

Arguments

object object of the class "nelson".
... other arguments.

Details

The summary method for an object of the class "nelson" prints the solution of the goodness of fit statistics (RMSE,AABSE) of the optimisation. Moreover a convergence information of the used optimiser (nlminb) is printed.

See Also

nlminb, plot.nelson, print.nelson, rmse, aabse


[Package termstrc version 1.1 Index]