Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

_isDisposed

_isDisposed: boolean = false

Private _r2

_r2: Volatility[]

Accessors

isDisposed

  • get isDisposed(): boolean

Methods

dispose

  • dispose(): void
  • Returns void

finiteDifferenceEpsilon

  • finiteDifferenceEpsilon(): Real

gradient

  • gradient(grad: Real[], x: Real[]): void

jacobian

  • method to overload to compute J_f, the jacobian of the cost function with respect to x

    Parameters

    Returns void

value

valueAndGradient

values

valuesAndJacobian

  • method to overload to compute J_f, the jacobian of the cost function with respect to x and also the cost function

    Parameters

    Returns Real[]