FORECAST
Description
Returns a predicted value based on the specified known values, using linear regression.
Syntax
FORECAST(
x
,
known_ys
,
known_xs
)
- x: The number to predict a value for.
- known_ys: The array of y (dependent) values.
- known_xs: The array of x (independent) values.
Related Functions
FORECAST.WD.SEASONAL