Stable |
public class Alt1GnI
The StableDistributionBaseAlt1GnI type exposes the following members.
| Name | Description | |
|---|---|---|
| StableDistributionBaseAlt1GnI | Initializes a new instance of the StableDistributionBaseAlt1GnI class. |
| Name | Description | |
|---|---|---|
| UpperIntegrationLimit | Gets the upper integration limit. |
| Name | Description | |
|---|---|---|
| CDFFunc | Evaluates the transformed CDF integrand. | |
| CDFFuncLogInt | Evaluates the logarithmically transformed CDF integrand. | |
| CDFIntegrate | Integrates the transformed CDF for the current parameter set. | |
| 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) | |
| FindXOfPDFCoreY | Finds the abscissa where the transformed PDF core reaches a given value. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Initialize | Reinitializes the cached delegates for the transformed PDF functions. | |
| IsMaximumLeftHandSide | Determines whether the maximum of the transformed PDF core lies on the left-hand side. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| PDFCore | Evaluates the transformed PDF core. | |
| PDFCoreDerivative | Evaluates the derivative of the transformed PDF core. | |
| PDFFunc | Evaluates the transformed PDF integrand. | |
| PDFFuncLogInt | Evaluates the logarithmically transformed PDF integrand. | |
| PDFFuncLogIntToLeft | Evaluates the logarithmically transformed PDF integrand to the left of _x0. | |
| PDFFuncLogIntToRight | Evaluates the logarithmically transformed PDF integrand to the right of _x0. | |
| PDFIntegrate | Integrates the transformed PDF for the current parameter set. | |
| PDFIntegrateZeroDev | Integrates the transformed PDF for the special case dev == 0. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| _x0 | Reference point used by logarithmic integration transforms. | |
| alpha | The characteristic exponent. | |
| dev | The deviation angle used by the integration transform. | |
| facdiv | Core divisor used by the transformed density representation. | |
| factorp | Core prefactor used by the transformed density representation. | |
| logPdfPrefactor | The logarithm of the PDF prefactor. | |
| pdfCore | Cached delegate for the transformed PDF core. | |
| pdfFunc | Cached delegate for the transformed PDF integrand. |