lpoly_sde_averages: LPoly System Implicit SDE Simulator: time-wise averages

Description Usage Arguments

View source: R/RcppExports.R

Description

Samples multiple times from lpoly_sde and returns the time-wise average

Usage

1
lpoly_sde_averages(nrep, sys, sigma, start, from, to, steps)

Arguments

nrep

Number of repetitions to average over: integer

sys

lpoly_system_type XPtr object created with lpoly_make_system

sigma

Amplitude of noise: scalar

start

Initial position: n vector

from

Initial time: scalar

to

Final time: scalar

steps

Number of points to take, s.t. dt = (from - to) / (steps + 1): integer


rossklin/SimpleSDESampler documentation built on May 27, 2019, 11:37 p.m.