
Last chance! 50% off unlimited learning
Sale ends in
predict.ellipsoid(object, n.out=201, ...)
ellipsoidPoints(A, d2, loc, n=201)
ellipsoid
, typically from
ellipsoidhull()
.ellipsoidPoints
, see below.n.out
times $p$.ellipsoidPoints
is the workhorse function of the
predict.ellipsoid
method; the class of object
is not
checked; it must solely have valid components loc
(length $p$),
the $p \times p$ matrix cov
(corresponding to
A
) and d2
for the center, the shape (``covariance'')
matrix and the squared average radius or distance.ellipsoidhull
, also for examples.