pub fn sample_paths_1d<P: StochasticProcess1D>(
process: &P,
x0: f64,
scheme: DiscretizationScheme,
cfg: &SampleConfig,
) -> PathsExpand description
Simulate paths of a scalar process from x0 under the given
discretization scheme.
pub fn sample_paths_1d<P: StochasticProcess1D>(
process: &P,
x0: f64,
scheme: DiscretizationScheme,
cfg: &SampleConfig,
) -> PathsSimulate paths of a scalar process from x0 under the given
discretization scheme.