SelectFromFileByFit: Boolean;
The SelectFromFileByFit property determines, whether to get the specification of ARIMA parameters from file, using the one, that gives closest values for data outside sample period.
The file is set as a string array by the ISmx12arima.x12aMdlFile property.
Available values:
True. The specification of ARIMA parameters that gives closest values for data outside sample period is used from file.
False. The specification of ARIMA parameters is not used from file.
The property use is given in the example for ISmx12arima.x12aMdlFile.
See also: