WebCab Probability and Statistics Web Services for .NET v3.3 Demo

UniformProbabilityDistribution Methods

The methods of the UniformProbabilityDistribution class are listed below. For a complete list of UniformProbabilityDistribution class members, see the UniformProbabilityDistribution Members topic.

Public Instance Methods

DensityFunction Calculates the value of the uniform probability density function in a given evaluation point.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLowerBound Returns the lower limit of the interval over which the Uniform distribution is defined.
GetMean Calculates the mean of the uniform probability distribution.
GetRandomValue Generates a random number from the Uniform Probability function.
GetRandomValues Generates an array of random numbers from the Uniform Probability function.
GetType (inherited from Object)Gets the Type of the current instance.
GetUpperBound Returns the upper limit of the interval over which the Uniform distribution is defined.
GetVariance Calculates the variance of the uniform probability distribution.
Probability Calculates the uniform probability for the interval of the real line [upperBound,upperBound].
ProbabilityDown Calculates the uniform probability over the half line [-`infinity',upperBound], where -`infinity' is ``minus infinity'' and the upperBound is the upper bound of the half line.
ProbabilityUp Calculates the uniform probability for the interval [lowerBound,+`infinity'], where +`infinity' is ``plus infinity'' and the lowerBound is the lower bound of the half line.
SetInterval Sets the interval over which the uniform probability density function is defined.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

UniformProbabilityDistribution Class | ProbabilityDistributions Namespace