Click or drag to resize

StableDistributionBaseAlt1GnIA1 Class

Specialized helper for the alpha < 1, gamma < 0, increasing case when alpha is close to one.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.ProbabilityStableDistributionBaseAlt1GnI
    Altaxo.Calc.ProbabilityStableDistributionBaseAlt1GnIA1

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class Alt1GnIA1 : StableDistributionBaseAlt1GnI

The StableDistributionBaseAlt1GnIA1 type exposes the following members.

Constructors
 NameDescription
Public methodStableDistributionBaseAlt1GnIA1 Initializes a new instance of the StableDistributionBaseAlt1GnIA1 class.
Top
Properties
 NameDescription
Public propertyUpperIntegrationLimit Gets the upper integration limit.
(Inherited from StableDistributionBaseAlt1GnI)
Top
Methods
 NameDescription
Public methodCDFFunc Evaluates the transformed CDF integrand.
(Inherited from StableDistributionBaseAlt1GnI)
Public methodCDFFuncLogInt Evaluates the logarithmically transformed CDF integrand.
(Inherited from StableDistributionBaseAlt1GnI)
Public methodCDFIntegrate Integrates the transformed CDF for the current parameter set.
(Inherited from StableDistributionBaseAlt1GnI)
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)
Public methodFindXOfPDFCoreY Finds the abscissa where the transformed PDF core reaches a given value.
(Inherited from StableDistributionBaseAlt1GnI)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitialize Reinitializes the cached delegates for the transformed PDF functions.
(Inherited from StableDistributionBaseAlt1GnI)
Public methodIsMaximumLeftHandSide Determines whether the maximum of the transformed PDF core lies on the left-hand side.
(Inherited from StableDistributionBaseAlt1GnI)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodPDFCore Evaluates the transformed PDF core.
(Inherited from StableDistributionBaseAlt1GnI)
Public methodPDFCoreDerivative Evaluates the derivative of the transformed PDF core.
(Inherited from StableDistributionBaseAlt1GnI)
Public methodPDFCoreMod Evaluates the modified PDF core around the peak region.
Public methodPDFCoreSmallDev Special calculation of the core function if dev==0. Especially accurate when alpha is very close to 1.
Public methodPDFCoreZeroDev Special calculation of the core function if dev==0. Especially accurate when alpha is very close to 1.
Public methodPDFFunc Evaluates the transformed PDF integrand.
(Inherited from StableDistributionBaseAlt1GnI)
Public methodPDFFuncLogInt Evaluates the logarithmically transformed PDF integrand.
(Inherited from StableDistributionBaseAlt1GnI)
Public methodPDFFuncLogIntToLeft Evaluates the logarithmically transformed PDF integrand to the left of the peak region.
Public methodPDFFuncLogIntToRight Evaluates the logarithmically transformed PDF integrand to the right of the peak region.
Public methodPDFFuncLogIntZeroDev Evaluates the logarithmically transformed PDF integrand for the zero-deviation special case.
Public methodPDFFuncZeroDev Evaluates the transformed PDF integrand for the zero-deviation special case.
Public methodPDFIntegrate Integrates the transformed PDF for the current parameter set.
(Inherited from StableDistributionBaseAlt1GnI)
Public methodPDFIntegrateAlphaNearOne Integrates the transformed PDF for the near-one alpha case.
Protected methodPDFIntegrateZeroDev Integrates the transformed PDF for the special case dev == 0.
(Inherited from StableDistributionBaseAlt1GnI)
Protected methodPDFIntegrateZeroDevAlphaNearOne Integrates the transformed PDF for the zero-deviation near-one alpha case.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Protected field_x0Reference point used by logarithmic integration transforms.
(Inherited from StableDistributionBaseAlt1GnI)
Protected fieldalphaThe characteristic exponent.
(Inherited from StableDistributionBaseAlt1GnI)
Protected fielddevThe deviation angle used by the integration transform.
(Inherited from StableDistributionBaseAlt1GnI)
Protected fieldfacdivCore divisor used by the transformed density representation.
(Inherited from StableDistributionBaseAlt1GnI)
Protected fieldfactorpCore prefactor used by the transformed density representation.
(Inherited from StableDistributionBaseAlt1GnI)
Protected fieldlogPdfPrefactorThe logarithm of the PDF prefactor.
(Inherited from StableDistributionBaseAlt1GnI)
Protected fieldpdfCoreCached delegate for the transformed PDF core.
(Inherited from StableDistributionBaseAlt1GnI)
Protected fieldpdfFuncCached delegate for the transformed PDF integrand.
(Inherited from StableDistributionBaseAlt1GnI)
Top
See Also