calcValue: Evaluate Bernstein functions

calcValueR Documentation

Evaluate Bernstein functions

Description

Calculate the values for a Bernstein function function.

Usage

calcValue(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: calcExShockArrivalIntensities(), calcExShockSizeArrivalIntensities(), calcIterativeDifference(), calcMDCMGeneratorMatrix(), calcShockArrivalIntensities(), getDefaultMethodString(), getLevyDensity(), getStieltjesDensity()

Examples

bf <- AlphaStableBernsteinFunction(alpha = 0.7)
calcValue(bf, 1:5)

hsloot/rmo documentation built on May 1, 2024, 4:28 a.m.