eadelta1_intervals | R Documentation |
This function calculates the interval [S^delta,1_2k+1, S^delta, 1_2k] (case where min(x,y) > min)
eadelta1_intervals(k, x, y, s, t, min, v)
k |
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 |
vector of two values, S^delta,1_2k+1 and S^delta,1_2k
eadelta1_intervals(k = 1, x = 0, y = 0, s = 0, t = 1, min = -2, v = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.