Click or drag to resize

StableDistributionS0 Methods

The StableDistributionS0 type exposes the following members.

Methods
 NameDescription
Public methodCDF(Double)Calculates the cumulative distribution function.
(Overrides ContinuousDistributionCDF(Double))
Public methodStatic memberCDF(Double, Double, Double) Gets the cumulative distribution function (CDF) of the standardized S0 stable distribution.
Public methodStatic memberCDF(Double, Double, Double, Double) Gets the cumulative distribution function (CDF) of the standardized S0 stable distribution.
Public methodStatic memberCDF(Double, Double, Double, Double, Double) Gets the cumulative distribution function (CDF) for the specified scale and location.
Public methodStatic memberCDF(Double, Double, Double, Object, Double) Gets the cumulative distribution function (CDF) of the standardized S0 stable distribution.
Public methodStatic memberCDF(Double, Double, Double, Double, Double, Double) Gets the cumulative distribution function (CDF) for the specified scale and location.
Public methodStatic memberCDF(Double, Double, Double, Double, Double, Object, Double) Gets the cumulative distribution function (CDF) for the specified scale and location.
Public methodStatic memberCDF(Double, Double, Double, Double, Double, Double, Object, Double) Gets the cumulative distribution function (CDF) for the specified S0 parameters, scale, and location.
Public methodStatic memberCDFMethodAlphaOne Calculates the CDF for the special case alpha = 1.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Protected methodGenerateAsymmetricCaseS1 Generates random variates in S1 parametrization for asymmetric cases.
(Inherited from StableDistributionBase)
Protected methodGenerateAsymmetricCaseS1_AEq1 Generates random variates for the asymmetric S1 case when alpha equals 1.
(Inherited from StableDistributionBase)
Protected methodGenerateAsymmetricCaseS1_ANe1 Generates random variates for the asymmetric S1 case when alpha is not equal to 1.
(Inherited from StableDistributionBase)
Protected methodGenerateSymmetricCase Generates a symmetric stable variate for the provided characteristic exponent.
(Inherited from StableDistributionBase)
Public methodStatic memberGetAgt1GnParameter Computes parameters used for the direct integration approach for alpha > 1 (Gn variant).
Public methodStatic memberGetAgt1GpParameter Computes parameters used for the direct integration approach for alpha > 1 (Gp variant).
Public methodStatic memberGetAlt1GnParameter Computes parameters used for the direct integration approach for alpha < 1 (Gn variant).
Public methodStatic memberGetAlt1GpParameter Computes parameters used for the direct integration approach for alpha < 1 (Gp variant).
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitialize Initializes this distribution instance with the given parameters.
Public methodStatic memberIsValidAlpha Checks whether alpha is valid for a stable distribution.
Public methodStatic memberIsValidBeta Checks whether beta is valid for a stable distribution.
Public methodStatic memberIsValidMu Checks whether mu is a valid location parameter.
Public methodStatic memberIsValidSigma Checks whether sigma is a valid scale parameter.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodNextDoubleReturns a distributed floating point random number.
(Overrides StableDistributionBaseNextDouble)
Public methodPDF(Double)Calculates the probability density function.
(Overrides ContinuousDistributionPDF(Double))
Public methodStatic memberPDF(Double, Double, Double) Gets the probability density function (PDF) of the (standardized) S0 stable distribution.
Public methodStatic memberPDF(Double, Double, Double, Double, Double) Gets the probability density function (PDF) for the specified scale and location.
Public methodStatic memberPDF(Double, Double, Double, Object, Double) Gets the probability density function (PDF) of the standardized S0 stable distribution.
Public methodStatic memberPDF(Double, Double, Double, Double, Object, Double) Gets the probability density function (PDF) of the standardized S0 stable distribution.
Public methodStatic memberPDF(Double, Double, Double, Double, Double, Object, Double) Gets the probability density function (PDF) for the specified scale and location.
Public methodStatic memberPDF(Double, Double, Double, Double, Double, Double, Object, Double) Gets the probability density function (PDF) for the specified S0 parameters, scale, and location.
Public methodStatic memberPDFMethodAlphaOne Calculates the PDF for the special case alpha = 1.
Public methodQuantile(Double)Calculates the quantile of the distribution function.
(Overrides ContinuousDistributionQuantile(Double))
Public methodStatic memberQuantile(Double, Double, Double) Gets the quantile (inverse CDF) for the standardized S0 stable distribution.
Public methodStatic memberQuantile(Double, Double, Double, Double) Gets the quantile (inverse CDF) for the standardized S0 stable distribution.
Public methodStatic memberQuantile(Double, Double, Double, Double, Object, Double) Gets the quantile (inverse CDF) for the standardized S0 stable distribution.
Public methodReset Resets the random number distribution so that it produces the same random number sequence again.
(Inherited from Distribution)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also