The methods of the LogNormalProbabilityDistribution class are listed below. For a complete list of LogNormalProbabilityDistribution class members, see the LogNormalProbabilityDistribution Members topic.
![]() | Calculates the Lognormal probability density function in a given point of the real line. |
![]() | 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 Lognormal probability distribution. |
![]() | Returns the mean for the Normal Probability Distribution which is associated to the Lognormal Probability distribution. |
![]() | Returns the variance for the Normal Probability Distribution which is associated to the Lognormal Probability distribution. |
![]() | Generates a random number from the Log Normal Probability function. |
![]() | Generates an array of random numbers from the Lognormal Probability function. |
![]() | Gets the Type of the current instance. |
![]() | Returns the variance for the Lognormal probability distribution. |
![]() | Overloaded. Evaluates the inverse of the Lognormal probability distribution represented by this instance. |
![]() | Evaluates the inverse of the Lognormal Probability distribution represented by this instance when the lower bound of the solution is known. |
![]() | Overloaded.
Calculates the Lognormal probability for an interval [lowerBound,upperBound] , on the positive real number line.
|
![]() |
Calculates the Lognormal probability for the interval [lowerBound,+`infinity'] , where +`infinity' is the ``plus infinity'' and lowerBound is the lower bound of the interval.
|
![]() | Sets the mean for the Normal Probability Distribution which is associated to the Lognormal Probability distribution. |
![]() | Sets the variance for the Normal Probability Distribution which is associated to the Lognormal 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. |
LogNormalProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace