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