Truncated |
[Missing <summary> documentation for "T:Altaxo.Calc.Distributions.TruncatedPareto"]
public class TruncatedPareto : IContinuousDistribution, IUnivariateDistribution, IDistribution
The TruncatedPareto type exposes the following members.
| Name | Description | |
|---|---|---|
| TruncatedPareto | Initializes a new instance of the TruncatedPareto class. |
| Name | Description | |
|---|---|---|
| Entropy | Gets the entropy of the truncated Pareto distribution (not supported). | |
| Maximum | Gets the maximum of the truncated Pareto distribution. | |
| Mean | Gets the mean of the truncated Pareto distribution. | |
| Median | Gets the median of the truncated Pareto distribution. | |
| Minimum | Gets the minimum of the truncated Pareto distribution. | |
| Mode | Gets the mode of the truncated Pareto distribution (not supported). | |
| RandomSource | Gets the random number generator which is used to draw random samples. | |
| Scale | Gets the scale (xm) of the distribution. Range: xm > 0. | |
| Shape | Gets the shape (α) of the distribution. Range: α > 0. | |
| Skewness | Gets the skewness of the truncated Pareto distribution. | |
| StdDev | Gets the standard deviation of the truncated Pareto distribution. | |
| Truncation | Gets the truncation (T) of the distribution. Range: T > 0. | |
| Variance | Gets the variance of the truncated Pareto distribution. |
| Name | Description | |
|---|---|---|
| CDF | Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x). | |
| CumulativeDistribution | Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x). | |
| Density | Computes the probability density of the distribution (PDF) at x, i.e. ∂P(X ≤ x)/∂x. | |
| DensityLn | Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂P(X ≤ x)/∂x). | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetMoment | Gets the n-th raw moment of the distribution. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InvCDF(Double) | Computes the inverse cumulative distribution (CDF) of the distribution at p, i.e. solving for P(X ≤ x) = p. | |
| InvCDF(Double, Double, Double, Double) | Computes the inverse cumulative distribution (CDF) of the distribution at p, i.e. solving for P(X ≤ x) = p. | |
| IsValidParameterSet | Tests whether the provided values are valid parameters for this distribution. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Computes the probability density of the distribution (PDF) at x, i.e. ∂P(X ≤ x)/∂x. | ||
| PDFLn | Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂P(X ≤ x)/∂x). | |
| Sample | Generates a sample from the truncated Pareto distribution. | |
| Sample(Random, Double, Double, Double) | Generates a sample from the truncated Pareto distribution. | |
| Samples | Generates a sequence of samples from the truncated Pareto distribution. | |
| Samples(Double) | Fills an array with samples generated from the distribution. | |
| Samples(Random, Double, Double, Double) | Generates a sequence of samples from the truncated Pareto distribution. | |
| Samples(Random, Double, Double, Double, Double) | Fills an array with samples generated from the distribution. | |
| ToString |
A string representation of the distribution.
(Overrides ObjectToString) |