Skip to contents

Calculate the values for a Bernstein function function.

Usage

valueOf0(object, x, cscale = 1, ...)

Arguments

object

An object deriving from the class BernsteinFunction.

x

A nonnegative numeric vector at which the iterated difference of the Bernstein function is evaluated.

cscale

A positive number for the composite scaling factor.

...

Pass-through parameter.

See also

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

Examples

bf <- AlphaStableBernsteinFunction(alpha = 0.7)
valueOf0(bf, 1:5)
#> [1] 1.000000 1.624505 2.157669 2.639016 3.085169