eadelta2 | R Documentation |
This function evaluates the delta_2function, S_n^delta,2 used to simulate Bessel Layers in the infinite sums
eadelta2(n, x, y, s, t, min, v)
n |
integer value |
x |
start value of Brownian bridge |
y |
end value of Brownian bridge |
s |
start value of Brownian bridge |
t |
end value of Brownian bridge |
min |
minimum of Brownian bridge |
v |
upper bound of Brownian bridge |
real value: S_n^delta,2 evaluated at n
eadelta2(n = 1, x = -2, y = 0.8, s = 0, t = 1, min = -2, v = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.