public abstract class ProbabilityDistribution : RandomDevice
Public MustInherit Class ProbabilityDistribution
Inherits RandomDevice
public ref class ProbabilityDistribution abstract : public RandomDevice
[<AbstractClassAttribute>]
type ProbabilityDistribution =
class
inherit RandomDevice
end
ProbabilityDistribution | Initializes a new instance of the ProbabilityDistribution class |
CanInvertCdf | Gets a value indicating whether this instance can invert its cumulative distribution function. |
RandomNumberGenerator |
Gets or sets the basic random generator for this instance.
(Inherited from RandomDevice) |
Cdf(Double) | Computes the cumulative distribution function of this instance at the specified argument. |
Cdf(DoubleMatrix) | Computes the cumulative distribution function of this instance at the specified arguments. |
Cdf(ReadOnlyDoubleMatrix) | Computes the cumulative distribution function of this instance at the specified arguments. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
InverseCdf(Double) | Computes the inverse of the cumulative distribution function of this instance at the specified argument. |
InverseCdf(DoubleMatrix) | Computes the inverse of the cumulative distribution function of this instance at the specified arguments. |
InverseCdf(ReadOnlyDoubleMatrix) | Computes the inverse of the cumulative distribution function of this instance at the specified arguments. |
Mean | Computes the mean of this instance. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
OnSample | Called when drawing a sample from this instance having the given size and returns it in a given destination array. |
Pdf(Double) | Computes the probability density function of this instance at the specified argument. |
Pdf(DoubleMatrix) | Computes the probability density function of this instance at the specified arguments. |
Pdf(ReadOnlyDoubleMatrix) | Computes the probability density function of this instance at the specified arguments. |
Sample | Draws a sample point from this instance. |
Sample(Int32) | Draws a sample from this instance having the specified size and returns it as a matrix. |
Sample(Int32, Double, Int32) | Draws a sample from this instance having the specified size and returns it in a destination array. |
StandardDeviation | Computes the standard deviation of this instance. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Variance | Computes the variance of this instance. |