mean_ellipsoids: Mean ellipsoid using empirical mean

View source: R/from_ellipsoid_mean.R

mean_ellipsoidsR Documentation

Mean ellipsoid using empirical mean

Description

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?


antiphon/Kdirectional documentation built on Feb. 13, 2023, 6:26 a.m.