Syntax

expression.Forecast(Arg1, Arg2, Arg3)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data Type Description
Arg1 Required Double X - the data point for which you want to predict a value.
Arg2 Required Variant Known_y's - the dependent array or range of data.
Arg3 Required Variant Known_x's - the independent array or range of data.

Return Value
Double

Remarks


See also: