Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

_a

_a: Real

_aIsFixed

_aIsFixed: boolean

Private _abcdCalibrator

_abcdCalibrator: AbcdCalibration

_abcdEndCriteria

_abcdEndCriteria: Type

_b

_b: Real

_bIsFixed

_bIsFixed: boolean

_c

_c: Real

_cIsFixed

_cIsFixed: boolean

_d

_d: Real

_dIsFixed

_dIsFixed: boolean

Private _endCriteria

_endCriteria: EndCriteria

_error

_error: Real

_k

_k: Real[]

_maxError

_maxError: Real

Private _optMethod

_optMethod: OptimizationMethod

Private _vegaWeighted

_vegaWeighted: boolean

_x

_x: Real[]

_xBegin

_xBegin: Size

_xEnd

_xEnd: Size

_y

_y: Real[]

_yBegin

_yBegin: Size

init

init: (a: Real, b: Real, c: Real, d: Real, aIsFixed: boolean, bIsFixed: boolean, cIsFixed: boolean, dIsFixed: boolean) => AbcdCoeffHolder

Type declaration

isInRange

isInRange: (x: Real) => boolean

Type declaration

    • (x: Real): boolean
    • Parameters

      Returns boolean

locate

locate: (x: Real) => Size

Type declaration

tiInit

tiInit: (x: Real[], xBegin: Size, xEnd: Size, y: Real[], yBegin: Size, requiredPoints?: Integer) => templateImpl

Type declaration

value2

value2: (y: Real[], x: Real) => Real

Type declaration

xMax

xMax: () => Real

Type declaration

xMin

xMin: () => Real

Type declaration

xValues

xValues: () => Real[]

Type declaration

yValues

yValues: () => Real[]

Type declaration

Methods

derivative

k

  • Parameters

    Returns Real

primitive

secondDerivative

update

  • update(): void

value1