Options
All
  • Public
  • Public/Protected
  • All
Menu

this class takes a series x, y points and using for each X bucket provides the Y entry/exit/min/max/average for that X bucket

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _buckets

The buckets we're accumlating

Protected _isYObject

_isYObject: boolean

Protected _key

_key: string

an unique identifier for this decimator

Protected _prevX

_prevX: number = 0

Protected _states

_states: string[]

Protected _weightedSums

_weightedSums: object

Type declaration

  • [index: string]: number

Protected _xCoordToValue

_xCoordToValue: function

this function is used to map the revert xyValues from x scaled values

Type declaration

    • (value: any): number
    • Parameters

      • value: any

      Returns number

Protected _xValueToCoord

_xValueToCoord: function

this function is used to map the input xyValues to x scaled values

Type declaration

    • (value: any): number
    • Parameters

      • value: any

      Returns number

Protected _yValueToCoord

_yValueToCoord: function

this function is used to map the input xyValues to y scaled values

Type declaration

    • (value: any): number
    • Parameters

      • value: any

      Returns number

Static KEY

KEY: string = "NEWSStateDecimator"

Methods

_dumpBucket

  • _dumpBucket(firstTimeStamp: number, bucket: NEWSDecimationValue, valuesInBucket: number): string

Protected addToBucket

Protected addToStateValueToBucket

  • addToStateValueToBucket(state: string, value: number): void

Protected createNewBucket

decimateValues

Protected finalizeBucket

getKey

  • getKey(): string

getName

  • getName(): string

getValues

initialize

  • initialize(xValueToCoord: function, xCoordToValue: function, yValueToCoord: function): void
  • Parameters

    • xValueToCoord: function
        • (value: any): number
        • Parameters

          • value: any

          Returns number

    • xCoordToValue: function
        • (value: any): number
        • Parameters

          • value: any

          Returns number

    • yValueToCoord: function
        • (value: any): number
        • Parameters

          • value: any

          Returns number

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc