eapsi: Psi (Equation 155 and 162 in ST329)

View source: R/RcppExports.R

eapsiR Documentation

Psi (Equation 155 and 162 in ST329)

Description

This function evaluates the eapsi function used to simulate Bessel Layers in the infinite sums

Usage

eapsi(j, xoy, s, t, min, v)

Arguments

j

real value

xoy

maximum of x and y where x and y are the start and end values 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

Value

real value: eapsi evaluated at point j

Examples

eapsi(j = 1, xoy = 0, s = 0, t = 1, min = -2, v = 1)

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