bessel_layer_simulation | R Documentation |
Simulates a Bessel layer l for a given sequence a
bessel_layer_simulation(x, y, s, t, mult = 1)
x |
start value of Brownian bridge |
y |
end value of Brownian bridge |
s |
start time of Brownian bridge |
t |
end time of Brownian bridge |
a |
vector/sequence of numbers |
A list with the following items:
Hard lower bound
Soft lower bound
Soft upper bound
Hard upper bound
where the Bessel layer is [L, U] and either the minimum occurs in [L, l] or the maximum occurs in [u, U]
bessel_layer_simulation(x = 0, y = 0, s = 0, t = 1, mult = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.