Default method for approximating Bernstein function differences
Source:R/s4-defaultMethod.R
defaultMethod.RdEvaluating 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:
exIntensities(),
exQMatrix(),
intensities(),
levyDensity(),
stieltjesDensity(),
uexIntensities(),
valueOf(),
valueOf0()
Examples
defaultMethod(AlphaStableBernsteinFunction(alpha = 0.7))
#> [1] "levy"