Learn R Programming

univariateML (version 1.5.0)

decorator: 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)

Value

The proper ml*** function.

Arguments

name

Name of the ml*** function.