Excludes observations lost due to differencing.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public void ExcludeFirst(
	bool exclude
)
Visual Basic (Declaration)
Public Sub ExcludeFirst ( _
	exclude As Boolean _
)
Visual C++
public:
void ExcludeFirst(
	bool exclude
)

Parameters

exclude
Type: System..::.Boolean
A bool specifying whether or not to exclude lost observations due to differencing.

Remarks

If set to true, the observations lost due to differencing will be excluded. The differenced series will be the length of the number of observations minus the number of observations lost. If set to false, the observations lost due to differencing will be set to NaN (Not a number) and included in the differenced series. The default is to set the lost observations to NaN.

See Also