Interface Extremes<T>

Collection of extreme values; this is a templated type

Type Parameters

  • T

Hierarchy

  • Extremes

Properties

Properties

tMax: T

The time that a series reached its maximum

tMin: T

The time that a series reached its minimum

yMax: T

The maximum value of a series

yMin: T

The minimum value of a series

Generated using TypeDoc