Create a new Theta instance with validation.
Theta.Rd
Create a new Theta instance with validation.
Arguments
- Name
A character string representing the name of the Theta instance.
- InitialEstimates
An
InitialEstimate()
class instance or a numerical value for the initial estimate of the Theta or a numeric vector length three with its elements representing the lower bound, initial estimate.- State
Character specifying the presence of the Theta. Possible values are:
None
The Theta does not exist in the specifiedPMLStructure
.Present
The Theta exists in the specifiedPMLStructure
(the default)Searched
The presence of the Theta is searched.
- Frozen
A logical value indicating whether the Theta will be estimated or not.
- StParmName
A character specifying the corresponding structural parameter name. Used for the
Name
of current Theta construction if it is not specified as 'tv' +StParmName
.- PMLStructure
PML structure current theta belongs to
See also
Functions used for Theta specification:
InitialEstimate()
,
create_ModelPD()
,
create_ModelPK()
,
modify_Theta()