Adam O

Results 2 issues of Adam O

arrayAvg used to not account for null values when calculating the average of the arrays values. A simple example would be [null, null, 100, 50, null] . arrayAvg used to...

At least for the SMA, but probably others. When there are datapoints with a null Y value, I believe the trend line treats them as if they are 0s. It...