I’m trying to calculated a z-score to some dates in influxql. I have my dayStats, which consist of {_time, _value}, and I’m trying to do something like this:
The problem is I cannot persuade InfluxQL to convert my groupMean and groupStddev tables into a single float that I can subtract from my r._value for each record: my groupMean[0][0]._value attempt fails.
Any help much appreciated, best,
Craig