Options
All
  • Public
  • Public/Protected
  • All
Menu

Generates random paths using a sequence generator

Generates random paths with drift(S,t) and variance(S,t) using a gaussian sequence generator

test the generated paths are checked against cached results

Hierarchy

  • PathGenerator

Index

Type aliases

Static sample_type

sample_type: Sample<Path>

Properties

Private _bb

Private _brownianBridge

_brownianBridge: boolean

Private _dimension

_dimension: Size

Private _generator

_generator: USG<Real[]>

Private _next

Private _process

Private _temp

_temp: Real[]

Private _timeGrid

_timeGrid: TimeGrid

Methods

antithetic

  • Returns sample_type

init1

init2

next

  • Returns sample_type

Private next_

  • Parameters

    • antithetic: boolean

    Returns sample_type

size

  • Returns Size

timeGrid

  • Returns TimeGrid