Collective2 Explorer
Collective2 Explorer
MathNet.Numerics Namespaces
MathNet.Numerics.Statistics
MovingStatistics Class
MovingStatistics Constructor
MovingStatistics Constructor (Int32)
MovingStatistics Constructor (Int32, IEnumerable(Double))
MovingStatistics Constructor (Int32, IEnumerable
Double
)
Initializes a new instance of the
MovingStatistics
class
Namespace:
MathNet.Numerics.Statistics
Assembly:
MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
Copy
public
MovingStatistics
(
int
windowSize
,
IEnumerable
<
double
>
values
)
Parameters
windowSize
Type:
System
Int32
values
Type:
System.Collections.Generic
IEnumerable
Double
See Also
Reference
MovingStatistics Class
MovingStatistics Overload
MathNet.Numerics.Statistics Namespace