Skip to contents

Calculates (unscaled) exchangeable shock-arrival intensities, see rmo().

Usage

uexIntensities(object, d, cscale = 1, ...)

Arguments

object

An object deriving from the class BernsteinFunction.

d

A positive integer, larger than two, for the dimension.

cscale

A positive number for the composite scaling factor.

...

pass-through parameter.

Details

For a given Bernstein function, the exchangeable shock-arrival intensities are defined as $$ \lambda_{i} = {(-1)}^{i-1} \Delta^{i}{ \psi{(d-i)} } , \quad 1 \leq i \leq d . $$ The calculation of the exchangeable shock-arrival intensities using this formula is usually not numerically stable. Consequently, the various alternative approaches are used dependent on the class of the Bernstein function.

See also

rmo()

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

Examples

bf <- AlphaStableBernsteinFunction(alpha = 0.4)
uexIntensities(bf, 3)
#> [1] 0.23233766 0.08717025 0.59332184