ForecastHoltWintersFittingModelAllowEmptyValueReplacement Property TIBCO Spotfire 7.6 API Reference
Gets or sets a value indicating whether this Holt Winters model allows interpolation to replace missing values. Setting this to true will mean that an empty value in the time series will be replaced by linear interpolation between the values before and after it. If there are multiple empty values in a row then no curve fit is computed. Setting this value to false will mean that if empty values are found in the time series, no curve fit is computed.

Namespace: Spotfire.Dxp.Application.Visuals.FittingModels
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public bool AllowEmptyValueReplacement { get; set; }

Property Value

Type: Boolean
true if empty value replacement is allowed; otherwise, false.
Remarks

Empty values at the start and end of the time series are always trimmed.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0
See Also

Reference