Sunday, 29 May 2022

How to generate a random sample of points from a 3-D ellipsoid using Python?

I am trying to sample around 1000 points from a 3-D ellipsoid, uniformly. Is there some way to code it such that we can get points starting from the equation of the ellipsoid?

I want points on the surface of the ellipsoid.



from How to generate a random sample of points from a 3-D ellipsoid using Python?

No comments:

Post a Comment