The methods of the ParetoProbabilityDistribution class are listed below. For a complete list of ParetoProbabilityDistribution class members, see the ParetoProbabilityDistribution Members topic.
![]() | Calculates the Pareto 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. |
![]() | Calculates the mean of the Pareto Probability Distribution. |
![]() |
Gets the real parameter a for the Pareto Distribution.
|
![]() |
Gets the real (non-zero) parameter b for the Pareto Distribution.
|
![]() | Generates a random number from the Pareto Probability function. |
![]() | Generates an array of random numbers from the Pareto Probability function. |
![]() | Gets the Type of the current instance. |
![]() | Calculates the variance of the Pareto Probability Distribution. |
![]() | Overloaded. Returns the inverse of the Pareto distribution represented by this :instance, for a given level of the given probability. |
![]() | Returns the inverse of the Pareto distribution represented by this instance, for a given level of probability. |
![]() | Overloaded.
Calculates the probability for the values x of the random variable.
|
![]() |
Calculates the probability for the half line [lowerBound,+`infinity'] , where lowerBound is the half line and +`infinity' is ``plus infinity''.
|
![]() |
Sets the real parameter a for the Pareto Distribution.
|
![]() |
Sets the real (non-zero) parameter b for the Pareto 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. |
ParetoProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace