Collective2 Explorer
Collective2 Explorer
MathNet.Numerics Namespaces
MathNet.Numerics.Statistics
RunningStatistics Class
RunningStatistics Methods
Combine Method
Push Method
PushRange Method
RunningStatistics
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
RunningStatistics Class
MathNet.Numerics.Statistics Namespace