Collective2 Explorer
Collective2 Explorer
MathNet.Numerics Namespaces
MathNet.Numerics.Statistics
MovingStatistics Class
MovingStatistics Methods
Push Method
PushRange Method
MovingStatistics
PushRange Method
Update the running statistics by adding a sequence of observed sample (in-place).
Namespace:
MathNet.Numerics.Statistics
Assembly:
MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
Copy
public
void
PushRange
(
IEnumerable
<
double
>
values
)
Parameters
values
Type:
System.Collections.Generic
IEnumerable
Double
See Also
Reference
MovingStatistics Class
MathNet.Numerics.Statistics Namespace