Click or drag to resize

CVDistribution Methods

The CVDistribution type exposes the following members.

Methods
  NameDescription
Public methodCdf
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 methodPdf
Probability distribution function. http://en.wikipedia.org/wiki/Probability_density_function
Public methodSample
Creates random variable sample.
Public methodSample(Double)
Generates random variable sample.
Public methodSample(Int32)
Generates series of random variable samples.
Public methodSample(Matrix)
Generates series of random variable samples.
Public methodSample(Vector)
Generates random variable sample.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also