Click or drag to resize

TDistribution Methods

The TDistribution type exposes the following members.

Methods
  NameDescription
Public methodCdf(Double)
Cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
(Overrides CUDistributionCdf(Double).)
Public methodStatic memberCdf(Double, Double)
Static cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInverseCdf(Double)
Inverse cumulative distribution function. Is useful for quantile calculation. Function will return value of random variable such that likelihood for this random variable to occur less than or equal to returned value equal to specified pvalue parameter.
(Overrides CUDistributionInverseCdf(Double).)
Public methodStatic memberInverseCdf(Double, Double)
Inverse cumulative distribution function. Is useful for quantile calculation. Function will return value of random variable such that likelihood for this random variable to occur less than or equal to returned value equal to specified pvalue parameter.
Public methodPdf(Double)
Probability distribution function. http://en.wikipedia.org/wiki/Probability_density_function
(Overrides CUDistributionPdf(Double).)
Public methodStatic memberPdf(Double, Double)
Static probability distribution function. http://en.wikipedia.org/wiki/Probability_density_function
Public methodSample
Generate random variable sample.
(Inherited from CUDistribution.)
Public methodSample(Double)
Fill in array with random variable series.
(Inherited from CUDistribution.)
Public methodSample(Int32)
Generate series of random variable samples.
(Inherited from CUDistribution.)
Public methodSample(Vector)
Fill in vector with random variable samples series.
(Inherited from CUDistribution.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also