RawPoint typedef

RawPoint = ({int t, num v})

A single raw observation: a timestamp (epoch ms) and a value.

Implementation

typedef RawPoint = ({int t, num v});