0% found this document useful (0 votes)
187 views

STEYX Function

Uploaded by

SUJIT SINGH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
187 views

STEYX Function

Uploaded by

SUJIT SINGH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

5/27/2020 STEYX Function

Home | Blog | Training | Charts & Dashboards | Formulas, Data, & VBA | Reports & Finance | Excel Ideas | Excel Help | Downloads

Home >  Excel Help >  Excel Functions >  

STATISTICAL

STEYX Function
Returns the standard error of the regression, which also is known as
the standard error of the estimate. The standard error is essentially the
standard deviation around a trend line.

by Charley Kyd, MBA


Microsoft Excel MVP, 2005-2014
The Father of Spreadsheet Dashboard Reports

Syntax

STEYX(known_y's, known_x's)

known_y's  Required. An array or range of dependent data points.

known_x's  Required. An array or range of independent data points.

Applies To

Excel 2003 and above

Remarks

If you're wanting to measure the variability of time-series data, it's usually a good idea to rely
on the standard error (using the STEYX function) rather than the standard deviation (using the
STDEV.S function). This is because the standard error removes variability imposed by the
trend in the data, which the standard deviation does not.
 
Example
You can download this example workbook here, along with all other example workbooks I've
completed for this Excel help area. 

This table shows trends in sales by date, with a chart that summarizes the data. The gray line
is the TREND line. The orange lines, calculated in columns D and E, mark one standard error    
on each side of the trend.

www.exceluser.com/excel_help/functions/function-steyx.htm 1/2
5/27/2020 STEYX Function

Other ExcelUser Information

Highlight Normal Results in Line Charts, Making Extreme Results Stand Out

Other Help

Microsoft Help for the STEYX Function.

Related Functions
STDEV.S  Estimates the standard deviation based on a sample. (Excel 2010 and
above.)
STDEV  Estimates the standard deviation based on a sample.
TREND Fits a least-squares regression line to a range or array and returns
the y-values along that line for the x-values you specify.

About | Contact | Site Map | Downloads | Earn advertising fees

ExcelUser, Inc. Copyright © 2004 - 2017 by Charles W. Kyd, all rights reserved. Content, graphics, and HTML code are protected by US and International Copyright Laws,
and may not be copied, reprinted, published, translated, hosted, or otherwise distributed by any means without explicit permission. Terms of Use | Privacy Policy |
Disclaimer | Earnings Policy.
Ref:  901 142

www.exceluser.com/excel_help/functions/function-steyx.htm 2/2

You might also like