Options
All
  • Public
  • Public/Protected
  • All
Menu

Generates a multipath from a random number generator.

RSG is a sample generator which returns a random sequence. It must have the minimal interface:

 RSG {
     Sample<Array> next();
 };

test the generated paths are checked against cached results

Hierarchy

  • MultiPathGenerator

Index

Type aliases

Static sample_type

sample_type: Sample<MultiPath>

Properties

Private _brownianBridge

_brownianBridge: boolean

Private _generator

_generator: USG<Real[]>

Private _next

Private _process

Methods

antithetic

  • Returns sample_type

init2

next

  • Returns sample_type

Private next_

  • Parameters

    • antithetic: boolean

    Returns sample_type