.checkEstClassForParamFamily-methods {distrMod} | R Documentation |
Methods for Function .checkEstClassForParamFamily in Package ‘distrMod’
Description
.checkEstClassForParamFamily-methods
Usage
.checkEstClassForParamFamily(PFam, estimator)
## S4 method for signature 'ANY,ANY'
.checkEstClassForParamFamily(PFam, estimator)
Arguments
PFam |
a parametric family. |
estimator |
an estimator. |
Details
The respective methods can be used to cast an estimator to a model-specific subclass with particular methods.
Value
The (default) ANY,ANY
-method returns the estimator unchanged.
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
[Package distrMod version 2.9.1 Index]