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.0
C#
public static Filter Reverse(
	int length
)

Parameters

length  Int32
The total number of observations.

Return Value

Filter
A Filter that reverses the observations.

See Also