Public Function Forecast( _ ByVal vX As Variant _ , ByRef vYValues As Variant _ , ByRef vXValues As Variant _ ) As Variant
Forecast(0, Array(1, 3, 4), Array(2, 6, 9)) = 0.216216216216216 Forecast(2, Array(1, 3, 4), Array(2, 6, 9)) = 1.08108108108108 Forecast(5, Array(1, 3, 4), Array(2, 6, 9)) = 2.37837837837838See also:
Slope Function Intercept Function StandardError Function FORECAST Function (Microsoft Excel)vYValues: Dependent set of data. Numeric-type array or Variant array containing only numeric elements. This function is NOT affected by the current setting of the StatVarType Property. It assumes that vYValues is an array that contains only numeric elements.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.