A single raw observation: a timestamp (epoch ms) and a value.
t
v
typedef RawPoint = ({int t, num v});