Skip to contents

Calculates exchangeable shock-size-arrival intensities, the ex_intensities parameter for rexmo().

Usage

exIntensities(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-size-arrival intensities are defined as $$ \eta_{i} = \binom{d}{i} {(-1)}^{i-1} \Delta^{i}{ \psi{(d-i)} } , \quad 1 \leq i \leq d . $$ The calculation of the exchangeable shock-size-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

rexmo()

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

Examples

bf <- AlphaStableBernsteinFunction(alpha = 0.4)
exIntensities(bf, 3)
#> [1] 0.6970130 0.2615107 0.5933218