ARSeasonalFitExclude Property |
Namespace: Imsl.Stat
If Exclude is true, then intial values in the transformed series that cannot be computed are set to missing, NaN. This ensures that the length of the transformed series is equal to the length of the time series, z.Length. If Exclude is set to false, then intial values in the transformed series that cannot be computed are removed. This makes the length of the transformed series equal to z.Length-NLost where NLost is the number of lost values obtained from property NLost. By default, Exclude=true.