eagamma_intervals: Calculate interval: [S^gamma_2k+1, S^gamma_2k] (Corollary 2...

View source: R/RcppExports.R

eagamma_intervalsR Documentation

Calculate interval: [S^gamma_2k+1, S^gamma_2k] (Corollary 2 and Algorithm 26 in ST329)

Description

This function calculates the interval [S^gamma_2k+1, S^gamma_2k] for given k

Usage

eagamma_intervals(k, x, y, s, t, l, v)

Arguments

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

l

lower bound of Brownian bridge

v

upper bound of Brownian bridge

Value

vector of two values, S^gamma_2k+1 and S^gamma_2k

Examples

eagamma_intervals(k = 1, x = 0, y = 0, s = 0, t = 1, l = -2, v = 1)

rchan26/layeredBB documentation built on March 25, 2022, 3:44 a.m.