Skip to contents

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.

Usage

defaultMethod(object)

Arguments

object

An object deriving from the class BernsteinFunction.

Value

A String indicating the default method used for the approximation.

See also

Other Bernstein function generics: exIntensities(), exQMatrix(), intensities(), levyDensity(), stieltjesDensity(), uexIntensities(), valueOf(), valueOf0()

Examples

defaultMethod(AlphaStableBernsteinFunction(alpha = 0.7))
#> [1] "levy"