Filter.Reverse Method
Returns a filter that reverses the observations.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A Filter that reverses the observations.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static Filter Reverse(
int length
)
Parameters
- length Int32
- The total number of observations.
Return Value
FilterA Filter that reverses the observations.