ModelParameter: ModelParameter

ModelParameterR Documentation

ModelParameter

Description

The class ModelParameter is used to defined the model parameters.

Usage

ModelParameter(
  name = character(0),
  distribution = Distribution(),
  fixedMu = FALSE,
  fixedOmega = FALSE
)

Arguments

name

A string giving the name of the parameter.

distribution

A string giving the distribution of the parameter.

fixedMu

A Boolean setting TRUE/FALSE if the mu is estimated or not.

fixedOmega

A Boolean setting TRUE/FALSE if the omega is estimated or not.

Details

ModelParameter


PFIM documentation built on Jan. 30, 2026, 5:08 p.m.