Stable |
protected enum PdfEvaluationMethod
| Member name | Value | Description |
|---|---|---|
| XZero | 0 | Evaluate at zero. |
| SeriesSmallX | 1 | Use the small-x series expansion. |
| SeriesBigX | 2 | Use the large-x series expansion. |
| Integration | 3 | Use numerical integration. |
| IntegrationA1 | 4 | Use the dedicated alpha-equals-one integration. |
| AlphaEqualOne | 5 | Use the dedicated alpha-equals-one evaluation path. |
The StableDistributionFellerPdfEvaluationMethod type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |