Confidence interval for ellipsoid parameters using simulation
Source:R/from_ellipsoid_confint.R
confint.ellipsoid.Rd
Assuming normality of errors.
Arguments
- x
Fitted ellipsoid
- fun
Optional contrast function. See ellipse_contrast_2d for an example.
- probs
The quantiles for the CI. Default is c(0.025, 0.975)
- Asolve.eps
Inflate the A matrix diagonals by a factor of eps, to avoid numerical problems with (near) singular parameter sets.
- ...
Passed on to sample_ellipse_beta
- tol
tolerance for absolute deviation in the ||beta||=1 constraint.