decorator {univariateML} | R Documentation |
Decorate estimator
Description
The decorator constructs an ml***
. It first checks the input arguments,
then call the defined estimator (with elements estimates
and logLik
),
and the optional parameter support
, then adds the required attributes.
Usage
decorator(name)
Arguments
name |
Name of the |
Value
The proper ml***
function.
[Package univariateML version 1.5.0 Index]