It appears that there may be a problem with the stddev transform. For SPY, I compute mavg(15) and stddev(15) and the initial output is:
2013-04-01PRINT 2013-04-01 13:31:00+00:00
2013-04-01PRINT mavg: 156.6
2013-04-01PRINT stddev: None
2013-04-01PRINT 2013-04-01 13:32:00+00:00
2013-04-01PRINT mavg: 156.635
2013-04-01PRINT stddev: 0.0494974746826
Why is stddev returning 'None' for its first value?
Also, I've noticed that sometimes the second tic returns a stddev value of 0.
It bears a bit more testing, but it also appears that the value of stddev ramps up from an initial small value and then stabilizes over ~ 15 days.
--Grant