Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
Class of the parameter of parametric families of probability measures.
Objects can be created by calls of the form new("ParamFamParameter", ...)
.
More frequently they are created via the generating function
ParamFamParameter
.
main
:Object of class "numeric"
: main parameter.
nuisance
:Object of class "OptionalNumeric"
:
optional nuisance parameter.
trafo
:Object of class "matrix"
:
transformation of the parameter.
name
:Object of class "character"
:
name of the parameter.
Class "Parameter"
, directly.
Class "OptionalParameter"
, by class "Parameter"
.
signature(object = "ParamFamParameter")
:
accessor function for slot main
.
signature(object = "ParamFamParameter")
:
replacement function for slot main
.
signature(object = "ParamFamParameter")
:
accessor function for slot nuisance
.
signature(object = "ParamFamParameter")
:
replacement function for slot nuisance
.
signature(object = "ParamFamParameter")
:
accessor function for slot trafo
.
signature(object = "ParamFamParameter")
:
replacement function for slot trafo
.
signature(x = "ParamFamParameter")
:
sum of the lengths of main
and nuisance
.
signature(object = "ParamFamParameter")
Matthias Kohl Matthias.Kohl@stamats.de
1 | new("ParamFamParameter")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.