xEllip_unif: This function samples n points from the ellipsoid with...

Description Usage Arguments

View source: R/data.R

Description

This function samples n points from the ellipsoid with equation (x/a)^2+(y/b)^2+(z/c)^2=1, uniformly with respect to its surface. This function is tentative. There is no guarantee that points are sampled unifomly.

Usage

1
xEllip_unif(n, a, b, c)

Arguments

n

the number of points in the sample.

a

the diameter of x-axis direction.

b

the diameter of y-axis direction.

c

the diameter of z-axis direction.


jetstreamokayasu/seephacm documentation built on March 3, 2021, 2:52 a.m.