reducer.sd.welford.forbid-nulls
reducerThe reducer.sd.welford.forbid-nulls
function outputs for each tick the standard deviation of the values of Geo Time Series™ which are in the same equivalence class.
This is similar to reducer.sd.forbid-nulls
except this version implements Welford's method which is 10% slower but is much less subject to numerical instability.
It operates on LONG and DOUBLE.
The location and elevation returned are the first encountered.
This reducer takes an additional boolean parameter to choose if Bessel correction should be applied.
It will return null for any tick where one or more GTS have null values.