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

getDefaultMethodString(object)

Arguments

object

An object deriving from the class BernsteinFunction.

Value

A String indicating the default method used for the approximation.

Examples

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