Default method for approximating Bernstein function differences
Source:R/s4-getDefaultMethodString.R
getDefaultMethodString.Rd
Evaluating Bernstein function differences is usually not numerically stable. Consequently, various alternative approaches are used dependent on the class of the Bernstein function. This method returns a String indicating the default method used for the approximation.
Arguments
- object
An object deriving from the class BernsteinFunction.
See also
Other Bernstein function generics:
calcExShockArrivalIntensities()
,
calcExShockSizeArrivalIntensities()
,
calcIterativeDifference()
,
calcMDCMGeneratorMatrix()
,
calcShockArrivalIntensities()
,
calcValue()
,
getLevyDensity()
,
getStieltjesDensity()
Examples
getDefaultMethodString(AlphaStableBernsteinFunction(alpha = 0.7))
#> [1] "levy"