Push Values into Running Statistics Object
rso = rso:push(v, v2, …)
rso = rso:push(tbl, …)
Updates the object with discrete values, or a table of values.\
Parameter | Type | Description |
---|---|---|
v , v2 … |
number | Value to update |
tbl |
table | Table of values |
Can include a mixture of tables and values as parameters.