The methods of the StandardNormalProbabilityDistribution class are listed below. For a complete list of StandardNormalProbabilityDistribution class members, see the StandardNormalProbabilityDistribution Members topic.
![]() | Converts the normal random variable into the standard normal random variable. |
![]() | Calculates the Standard 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 Standard Normal Probability distribution, which is zero. |
![]() | Generates a random number from the Standard Normal Probability function. |
![]() | Generates an array of random numbers from the Standard Normal Probability function. |
![]() | Gets the Type of the current instance. |
![]() |
Returns the variance for the Standard Normal Probability distribution, which by definition is equal to 1 .
|
![]() | Returns the inverse of the standard normal distribution represented by this instance, using the given probability. |
![]() | Evaluate the value of $x$, such that the Standard Normal probability distribution functional takes a given value over the interval $[\mu-x, \mu+x]$, where $\mu$ is the mean of the distribution. |
![]() | Returns the inverse of the bounded below standard normal distribution. |
![]() | Returns the inverse of the standard normal distribution represented by this instance, using the given probability. |
![]() |
Calculates the Standard Normal probability for the interval of the real line [lowerBound,upperBound] .
|
![]() |
Calculates the standard normal probability for the half line [-`infinity',upperBound] , where -`infinity' is ``minus infinity'' and upperBound is the upper bound of the half line.
|
![]() |
Calculates the Standard Normal probability for the interval of the real line [-`infinity',upperBound] , using an estimation for the cumulative normal probability distribution function.
|
![]() |
Calculates the Standard Normal probability for the interval of the real line [lowerBound,upperBound] , using an estimation for the cumulative normal probability distribution function.
|
![]() |
Calculates the standard normal probability for the half line [lowerBound,+`infinity'] , where lowerBound is the lower bound on the half line and +`infinity' is ``plus infinity''.
|
![]() |
Calculates the standard normal probability for the interval [lowerBound,+`infinity'] , using an estimation for the cumulative normal probability distribution function.
|
![]() | 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. |
StandardNormalProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace