Simulation of the Stratonovitch integral(W(s) o dW(s),0,t).
Usage
BMStra(N, T, output = FALSE)
Arguments
N
size of process.
T
final time.
output
if output = TRUE write a output to an Excel (.csv).
Value
data frame(time,Stra) and plot of the Stratonovitch integral.
Details
Stratonovitch integral as defined : $$integral(f(t) o dW(s),0,t) = lim(sum(0.5*(f(t[i])+f(t[i+1]))*(W(t[i+1])-W(t[i]))))$$
calculus for Stratonovitch integral with w(0) = 0: $$integral(W(s) o dW(s),0,t) = 0.5 * W(t)^2$$
The discretization dt = T/N, and W(t) is Wiener process.
See Also
BMStraC Stratonovitch Integral [2], BMStraP Stratonovitch Integral [3], BMStraT Stratonovitch Integral [4].