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")
# NOT RUN {
new("ParamFamParameter")
# }
Run the code above in your browser using DataLab