Options
All
  • Public
  • Public/Protected
  • All
Menu

Base Random Walk class

Derived classes need to implement only walkImpl

Hierarchy

Index

Properties

Methods

Properties

Protected _Mfa

_Mfa: Size

Protected _N

_N: Size

Protected _lX

_lX: Real[]

Protected _uX

_uX: Real[]

Protected _values

_values: Array<[Real, Size]>

Protected _x

_x: Real[][]

Protected _xRW

_xRW: Real[][]

Methods

init

  • Parameters

    Returns void

walk

  • walk(): void
  • Returns void

Protected walkImpl

  • walkImpl(xRW: Real[]): void
  • Parameters

    Returns void