Processing math: 100%
Skip to contents

Bernstein functions are stable under composition, i.e. if ψ is a Bernstein function and c > 0, then xψ(cx) is also a Bernstein function.

Slots

cscale

The scale of the inner linear Bernstein function of the composition.

original

The original Bernstein function.

Examples

# Create an object of class CompositeScaleBernsteinFunction
CompositeScaledBernsteinFunction()
#> An object of class "CompositeScaledBernsteinFunction"
#> 	 (invalid or not initialized)
CompositeScaledBernsteinFunction(
  cscale = 0.5,
  original = AlphaStableBernsteinFunction(0.5)
)
#> An object of class "CompositeScaledBernsteinFunction"
#> - cscale: 0.5
#> - original:
#> 	An object of class "AlphaStableBernsteinFunction"
#> 	- alpha: 0.5