Click or drag to resize
DifferenceExcludeFirst Method
Excludes observations lost due to differencing.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void ExcludeFirst(
	bool exclude
)

Parameters

exclude
Type: SystemBoolean
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