The methods of the ExponentialProbabilityDistribution class are listed below. For a complete list of ExponentialProbabilityDistribution class members, see the ExponentialProbabilityDistribution Members topic.
![]() | Calculates the exponential probability density function in a given 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 mean of the exponential probability distribution. |
![]() | Generates a random number from the Exponential Probability function. |
![]() | Generates an array of random numbers from the Exponential Probability function. |
![]() | Gets the Type of the current instance. |
![]() | Returns the inverse of the Exponential probability distribution. |
![]() |
Calculates the exponential probability for the interval [lowerBound,upperBound] .
|
![]() |
Calculates the exponential probability on the half-line [-`infinity',upperBound] , where upperBound is a given real number and -`infinity' is ``minus infinity''.
|
![]() |
Calculates the exponential probability for the half-line [lowerBound,+`infinity'] , where lowerBound is the given real number and +`infinity' is ``plus infinity''.
|
![]() | Sets the mean for the exponential probability distribution. |
![]() | 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. |
ExponentialProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace