UniformProbabilityDistribution overview
![]() | Calculates the value of the uniform probability density function in a given evaluation point. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Returns the lower limit of the interval over which the Uniform distribution is defined. |
![]() | Calculates the mean of the uniform probability distribution. |
![]() | Generates a random number from the Uniform Probability function. |
![]() | Generates an array of random numbers from the Uniform Probability function. |
![]() | Gets the Type of the current instance. |
![]() | Returns the upper limit of the interval over which the Uniform distribution is defined. |
![]() | Calculates the variance of the uniform probability distribution. |
![]() |
Calculates the uniform probability for the interval of the real line [upperBound,upperBound] .
|
![]() |
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.
|
![]() |
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.
|
![]() | Sets the interval over which the uniform probability density function is defined. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
UniformProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace