Skip to main content

12 docs tagged with "timeseries"

View All Tags

abs

Transforms all values of the input variable to absolute (positive) values.

acos

Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.

asin

Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.

MissingValue

A MissingValue is a real variable but it doesn’t have a value yet, it is usually used in TimeSeries to represent a TimeValue in a calendar that has no value

SmartTimeSeries

A Smart TimeSeries is an expression that builds TimeSeries on demand

TimeSeries

A timeseries is a list of values which are indexed by dates. A timeseries could be the price of a particular stock recorded at a certain time of each day (say the time that the stock exchange closes)

TimeValue

A TimeValue represents a single observed value in a timeseries