The sample size is proportional to estimates of s2 (if available)
Usage
mean_ellipsoids(
x,
nsim = 1000,
weight,
just_rotation = FALSE,
add_noise = FALSE,
keep_data = FALSE,
...
)
Arguments
- x
a list of ellipsoids
- nsim
Total number of points to simulate from ellipsoids for average estimation
- weight
Weigth the ellipsoid samples. Default is to use standard deviation of the OLS estimates (if available).
- just_rotation
Rescale each ellipse to have same determinant?
- add_noise
Simulate noise using the s2 ols estimate?