DifferenceExcludeFirst Method |
Excludes observations lost due to differencing.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void ExcludeFirst(
bool exclude
)
Public Sub ExcludeFirst (
exclude As Boolean
)
public:
void ExcludeFirst(
bool exclude
)
member ExcludeFirst :
exclude : bool -> unit
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