calcValue | R Documentation |
Calculate the values for a Bernstein function function.
calcValue(object, x, cscale = 1, ...)
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. |
Other Bernstein function generics:
calcExShockArrivalIntensities()
,
calcExShockSizeArrivalIntensities()
,
calcIterativeDifference()
,
calcMDCMGeneratorMatrix()
,
calcShockArrivalIntensities()
,
getDefaultMethodString()
,
getLevyDensity()
,
getStieltjesDensity()
bf <- AlphaStableBernsteinFunction(alpha = 0.7)
calcValue(bf, 1:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.