eadelta | R Documentation |
This function evaluates the delta function, S_n^delta used to simulate Bessel Layers in the infinite sums
eadelta(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 evaluated at n
# example where min(x,y) > min (delta_1 case) eadelta(n = 1, x = 0, y = 0.8, s = 0, t = 1, min = -2, v = 2) eadelta1(n = 1, x = 0, y = 0.8, s = 0, t = 1, min = -2, v = 2) # example where min(x,y) == min eadelta(n = 1, x = -2, y = 0.8, s = 0, t = 1, min = -2, v = 2) 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.