English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Please provide an example. Thanks in advance!

2007-03-22 04:43:40 · 1 answers · asked by Katmando 3 in Computers & Internet Programming & Design

Ex. Production numbers:
1,2,3,4,5 for the past five days. I would like to predict for the next five. Thanks!

2007-03-22 05:25:54 · update #1

1 answers

Calculates, or predicts, a future value by using existing values. The predicted value is a y-value for a given x-value. The known values are existing x-values and y-values, and the new value is predicted by using linear regression. You can use this function to predict future sales, inventory requirements, or consumer trends.

Syntax
FORECAST(x,known_y's,known_x's)

X is the data point for which you want to predict a value.
Known_y's is the dependent array or range of data.
Known_x's is the independent array or range of data.

2007-03-22 04:53:28 · answer #1 · answered by abd 5 · 0 0

fedest.com, questions and answers