Click or drag to resize
InvCdf Class
Inverse cumulative probability distribution functions.
Inheritance Hierarchy
SystemObject
  Imsl.StatInvCdf

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
[SerializableAttribute]
public sealed class InvCdf

The InvCdf type exposes the following members.

Constructors
  NameDescription
Public methodInvCdf
Initializes a new instance of the InvCdf class
Top
Methods
  NameDescription
Public methodStatic memberBeta
Evaluates the inverse of the beta cumulative probability distribution function.
Public methodStatic memberChi
Evaluates the inverse of the chi-squared cumulative probability distribution function.
Public methodStatic memberDiscreteUniform
Returns the inverse of the discrete uniform cumulative probability distribution function.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberExponential
Evaluates the inverse of the exponential cumulative probability distribution function.
Public methodStatic memberExtremeValue
Returns the inverse of the extreme value cumulative probability distribution function.
Public methodStatic memberF
Returns the inverse of the F cumulative probability distribution function.
Public methodStatic memberGamma
Evaluates the inverse of the Gamma cumulative probability distribution function.
Public methodStatic memberGeometric
Returns the inverse of the discrete geometric cumulative probability distribution function.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLogistic
Returns the inverse of the logistic cumulative probability distribution function.
Public methodStatic memberLogNormal
Returns the inverse of the standard LogNormal cumulative probability distribution function.
Public methodStatic memberNoncentralBeta
Evaluates the inverse of the noncentral beta cumulative distribution function (CDF).
Public methodStatic memberNoncentralchi
Evaluates the inverse of the noncentral chi-squared cumulative probability distribution function.
Public methodStatic memberNoncentralF
Evaluates the inverse of the noncentral F cumulative distribution function (CDF).
Public methodStatic memberNoncentralstudentsT
Evaluates the inverse of the noncentral Student's t cumulative probability distribution function.
Public methodStatic memberNormal
Evaluates the inverse of the normal (Gaussian) cumulative probability distribution function.
Public methodStatic memberPareto
Returns the inverse of the Pareto cumulative probability density function.
Public methodStatic memberRayleigh
Returns the inverse of the Rayleigh cumulative probability distribution function.
Public methodStatic memberStudentsT
Returns the inverse of the Student's t cumulative probability distribution function.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUniform
Returns the inverse of the uniform cumulative probability distribution function.
Public methodStatic memberWeibull
Returns the inverse of the Weibull cumulative probability distribution function.
Top
See Also

Reference

Cumulative Distribution Function

Other Resources