2 lines
99 B
Text
2 lines
99 B
Text
runningSTDDev[n_] := (If[Not[ValueQ[$Data]], $Data = {}];
|
|
StandardDeviation[AppendTo[$Data, n]])
|