Default options for various confidence interval estimation methods used within
the package. These methods are configured via the PIConfiguration
class.
Format
A list containing default settings for confidence interval estimation methods.
An object of class list
of length 3.
An object of class list
of length 3.
CIOptions_Hessian
Default options for the hessian
method.
epsilon
: Numerical step size for numerical differentiation. Default isNULL
, which applies an adaptive step size.confLevel
: Confidence level for interval estimation. Default is0.95
(95% confidence intervals).
CIOptions_PL
Default options for the PL
(Profile Likelihood) method.
epsilon
: Numerical step size for profile likelihood adjustments. Default isNULL
, which applies an adaptive step size.confLevel
: Confidence level for interval estimation. Default is0.95
(95% confidence intervals).maxIter
: Maximum number of iterations for likelihood profiling. Default is100
.