InverseCdfs class abstract

Constructors

InverseCdfs()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

functional(num p, num start, num end, {required ProbabilityScale scale}) num
The inverse cummulative distribution of a random variable that is non-uniformly distributed in the interval [start, end].
polarAngle(num p, num thetaMin, num thetaMax) num
Returns the inverse cummulative distribution of the a random variable with probability distribution: pdf(theta) = sin(theta)/delta.
r(num p, num rMin, num rMax) num
Returns the inverse cummulative distribution function of the radius r of a search space with spherical geometry specified by the coordinates [r, theta, phi] where theta is the polar angle and phi is the azimuth.
rho(num p, num rhoMin, num rhoMax) num
Returns the inverse cummulative distribution of the radius rho of a search space with cylindrical geometry specified by the coordinates [rho, phi, z]. See SearchSpace.
triangular(num p, num xMin, num xMax) num
Returns the inverse cummulative distribution of the coordinate x of a two-dimensional search space with triangular geometry. The search space:
uniform(num p, num start, num end) num
The inverse cummulative distribution of a random variable that is uniformly distributed in the interval [start, end].
zCone(num p, num zMin, num zMax) num
Returns the inverse cummulative distribution of the coordinate z of a three-dimensional search space with conical geometry. The search space: