Skip to main content

FORECAST

Predicts a future value along a linear trend using existing x and y values.

CategoryStatistical
SyntaxFORECAST(x, known_ys, known_xs)

Parameters

ParameterRequiredDescription
xRequiredThe x value for which you want to predict a y value.
known_ysRequiredThe range or array of known dependent (y) values.
known_xsRequiredThe range or array of known independent (x) values.

Example

FORECAST(A1:A10)

Auto-generated from the EngCanvas function registry.