The methods of the NormalProbabilityDistribution class are listed below. For a complete list of NormalProbabilityDistribution class members, see the NormalProbabilityDistribution Members topic.
![]() | Calculates the Normal 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 for the normal probability distribution. |
![]() | Generates a random number from the Normal Probability function. |
![]() | Generates an array of random numbers from the Normal Probability function. |
![]() | Gets the Type of the current instance. |
![]() | Returns the variance for the normal probability distribution. |
![]() | Overloaded. Returns the inverse of the normal distribution represented by this instance. |
![]() | Returns the inverse of the normal distribution represented by this instance. |
![]() | Returns the inverse of the normal distribution represented by this instance. |
![]() |
Calculates the Normal Probability on the interval of the real line [lowerBound, upperBound] .
|
![]() |
Calculates the Normal Probability for the half line [-`infinity',upperBound] , where -`infinity' is ``minus infinity'' and upperBound is the upper bound of the half line over which the normal probability is calculated.
|
![]() |
Calculates the normal probability for the interval [lowerBound,+`infinity'] , where +`infinity' is ``plus infinity'' and lowerBound is the lower bound of the half line over which the normal probability of calculated.
|
![]() | Sets the mean for the Normal Probability Distribution. |
![]() | Sets the variance for the Normal 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. |
NormalProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace