Stable |
The StableDistributionS0 type exposes the following members.
| Name | Description | |
|---|---|---|
| CDF(Double) | Calculates the cumulative distribution function. (Overrides ContinuousDistributionCDF(Double)) | |
| CDF(Double, Double, Double) | Gets the cumulative distribution function (CDF) of the standardized S0 stable distribution. | |
| CDF(Double, Double, Double, Double) | Gets the cumulative distribution function (CDF) of the standardized S0 stable distribution. | |
| CDF(Double, Double, Double, Double, Double) | Gets the cumulative distribution function (CDF) for the specified scale and location. | |
| CDF(Double, Double, Double, Object, Double) | Gets the cumulative distribution function (CDF) of the standardized S0 stable distribution. | |
| CDF(Double, Double, Double, Double, Double, Double) | Gets the cumulative distribution function (CDF) for the specified scale and location. | |
| CDF(Double, Double, Double, Double, Double, Object, Double) | Gets the cumulative distribution function (CDF) for the specified scale and location. | |
| CDF(Double, Double, Double, Double, Double, Double, Object, Double) | Gets the cumulative distribution function (CDF) for the specified S0 parameters, scale, and location. | |
| CDFMethodAlphaOne | Calculates the CDF for the special case alpha = 1. | |
| 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) | |
| GenerateAsymmetricCaseS1 |
Generates random variates in S1 parametrization for asymmetric cases.
(Inherited from StableDistributionBase) | |
| GenerateAsymmetricCaseS1_AEq1 |
Generates random variates for the asymmetric S1 case when alpha equals 1.
(Inherited from StableDistributionBase) | |
| GenerateAsymmetricCaseS1_ANe1 |
Generates random variates for the asymmetric S1 case when alpha is not equal to 1.
(Inherited from StableDistributionBase) | |
| GenerateSymmetricCase |
Generates a symmetric stable variate for the provided characteristic exponent.
(Inherited from StableDistributionBase) | |
| GetAgt1GnParameter | Computes parameters used for the direct integration approach for alpha > 1 (Gn variant). | |
| GetAgt1GpParameter | Computes parameters used for the direct integration approach for alpha > 1 (Gp variant). | |
| GetAlt1GnParameter | Computes parameters used for the direct integration approach for alpha < 1 (Gn variant). | |
| GetAlt1GpParameter | Computes parameters used for the direct integration approach for alpha < 1 (Gp variant). | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Initialize | Initializes this distribution instance with the given parameters. | |
| IsValidAlpha | Checks whether alpha is valid for a stable distribution. | |
| IsValidBeta | Checks whether beta is valid for a stable distribution. | |
| IsValidMu | Checks whether mu is a valid location parameter. | |
| IsValidSigma | Checks whether sigma is a valid scale parameter. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| NextDouble | Returns a distributed floating point random number. (Overrides StableDistributionBaseNextDouble) | |
| PDF(Double) | Calculates the probability density function. (Overrides ContinuousDistributionPDF(Double)) | |
| PDF(Double, Double, Double) | Gets the probability density function (PDF) of the (standardized) S0 stable distribution. | |
| PDF(Double, Double, Double, Double, Double) | Gets the probability density function (PDF) for the specified scale and location. | |
| PDF(Double, Double, Double, Object, Double) | Gets the probability density function (PDF) of the standardized S0 stable distribution. | |
| PDF(Double, Double, Double, Double, Object, Double) | Gets the probability density function (PDF) of the standardized S0 stable distribution. | |
| PDF(Double, Double, Double, Double, Double, Object, Double) | Gets the probability density function (PDF) for the specified scale and location. | |
| PDF(Double, Double, Double, Double, Double, Double, Object, Double) | Gets the probability density function (PDF) for the specified S0 parameters, scale, and location. | |
| PDFMethodAlphaOne | Calculates the PDF for the special case alpha = 1. | |
| Quantile(Double) | Calculates the quantile of the distribution function. (Overrides ContinuousDistributionQuantile(Double)) | |
| Quantile(Double, Double, Double) | Gets the quantile (inverse CDF) for the standardized S0 stable distribution. | |
| Quantile(Double, Double, Double, Double) | Gets the quantile (inverse CDF) for the standardized S0 stable distribution. | |
| Quantile(Double, Double, Double, Double, Object, Double) | Gets the quantile (inverse CDF) for the standardized S0 stable distribution. | |
| Reset |
Resets the random number distribution so that it produces the same random number sequence again.
(Inherited from Distribution) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |