make_ellipsoid_from_vertices: Constructs a new d-dimensional ellipsoid with the given...

Description Usage Arguments Value Examples

View source: R/make_ellipsoid_from_vertices.R

Description

Constructs a new d-dimensional ellipsoid with the given "positive vertices", and size parameter, c. The constructed ellipsoid is centered at the origin.Note that the input vertices (i.e., the columns of V) must therefore be orthogonal vectors, themselves centered at the origin.The size parameter, c, may be needed because the points alone only determine the eigenvalues up to a positive constant. For vertices which fall on the constructed ellipsoid, choose as the size parameterc = 1.The new ellipsoid is centered at the origin.

Usage

1

Arguments

V

A d x d array of positive vertices (in columns)

c

The size parameter of the new ellipsoid

Value

A new ellipsoid, centered at the origin, with the given vertices

Examples

1
2
3
4
hellip <- hyperellipsoid()
V <- vertices(hellip)
c <- 4
make_ellipsoid_from_vertices(V,c)

mvk222/SyScSelection documentation built on July 4, 2020, 1:07 p.m.