MethodParameter: Integer;
The MethodParameter property determines additional parameter for the method of missing data treatment.
MethodParameter may take only positive values. This property is relevant for the following methods of missing data treatment:
MissingDataMethod.NPointsAverage. Mean by N neighbor points. The MethodParameter determines N that is the number of neighbor points.
PreviousGrowthRate. SucceedingGrowthRate. Growth rate compared with the previous of next period. MethodParameter determines the number of periods.
The property use is given in the example for IMissingData.Method.
See also: