Estimation approach is specified in estimation
slot of Cat
object.
The expected a posteriori approach is used when estimation
slot is "EAP"
. This method involves integration. See Note for more information.
The modal a posteriori approach is used when estimation
slot is "MAP"
. This method is only available using the normal prior distribution.
The maximum likelihood approach is used when estimation
slot is "MLE"
. When the likelihood is undefined,
the MAP or EAP method will be used, determined by what is specified in the estimationDefault
slot in Cat
object.
The weighted maximum likelihood approach is used when estimation
slot is "WLE"
.
Estimating \(\theta\) requires root finding with the ``Brent'' method in the GNU Scientific
Library (GSL) with initial search interval of [-5,5]
.