Click or drag to resize

TruncatedPareto Properties

The TruncatedPareto type exposes the following members.

Properties
 NameDescription
Public propertyEntropy Gets the entropy of the truncated Pareto distribution (not supported).
Public propertyMaximum Gets the maximum of the truncated Pareto distribution.
Public propertyMean Gets the mean of the truncated Pareto distribution.
Public propertyMedian Gets the median of the truncated Pareto distribution.
Public propertyMinimum Gets the minimum of the truncated Pareto distribution.
Public propertyMode Gets the mode of the truncated Pareto distribution (not supported).
Public propertyRandomSource Gets the random number generator which is used to draw random samples.
Public propertyScale Gets the scale (xm) of the distribution. Range: xm > 0.
Public propertyShape Gets the shape (α) of the distribution. Range: α > 0.
Public propertySkewness Gets the skewness of the truncated Pareto distribution.
Public propertyStdDev Gets the standard deviation of the truncated Pareto distribution.
Public propertyTruncation Gets the truncation (T) of the distribution. Range: T > 0.
Public propertyVariance Gets the variance of the truncated Pareto distribution.
Top
See Also