Skip to contents

Bernstein functions are stable under (nonnegative) scalar multiplication, i.e. if \(\psi\) is a Bernstein function and \(\lambda \geq 0\) , then $$ x \mapsto \lambda \psi(x), x > 0, $$ is also a Bernstein function.

Slots

scale

The scalar factor with which the original Bernstein function is to be multiplied.

original

The original Bernstein function which is to be multiplied.

Examples

# Create an object of class ScaleBernsteinFunction
ScaledBernsteinFunction()
#> An object of class "ScaledBernsteinFunction"
#> 	 (invalid or not initialized)
ScaledBernsteinFunction(
  scale = 2,
  original = AlphaStableBernsteinFunction(alpha = 0.5)
)
#> An object of class "ScaledBernsteinFunction"
#> - scale: 2
#> - original:
#> 	An object of class "AlphaStableBernsteinFunction"
#> 	- alpha: 0.5