Skip to main content

STEYX

Definition

Calculates the standard error of the predicted y-value for each x in the regression of a dataset.

Sample Usage

STEYX(A2:A100,B2:B100)

Syntax

STEYX(data_y, data_x)

  • data_y - The range representing the array or matrix of dependent data.

  • data_x - The range representing the array or matrix of independent data.

Notes

  • Any text encountered in the value arguments will be ignored.

See Also

SLOPE: Calculates the slope of the line resulting from linear regression of a dataset.

RSQ: Calculates the square of r, the Pearson product-moment correlation coefficient of a dataset.

PEARSON: Calculates r, the Pearson product-moment correlation coefficient of a dataset.

INTERCEPT: Calculates the y-value at which the line resulting from linear regression of a dataset will intersect the y-axis (x=0).

FORECAST: Calculates the expected y-value for a specified x based on a linear regression of a dataset.

COVAR: Calculates the covariance of a dataset.

CORREL: Calculates r, the Pearson product-moment correlation coefficient of a dataset.

To use the STEYX Formula, simply begin with your edited Excellentable:

 

Then type in the STEYX Formula in the area you would like to display the outcome:

 

By adding the value you would like to calculate the STEYX formula for, Excellentable will generate the outcome:

 

A
B
C
1
State
Known Y
Known X
2
Alabama
2
6
3
Alaska
3
5
4
Arizona
9
11
5
Arkansas
1
7
6
California
8
5
7
Colorado
7
4
8
Connecticut
5
4
9
10
Standard error of the predicted y-value for each x in the regression :
3.30571895

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.