Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default Standard Error of the Estimate

I am looking for help in crafting an excel formula to handle the following
equation.

Se = SQRT(SUM((y-ybar)^2/(n-k-1)))

where, say, y is cells A1:A100, n = 100 (ie, cell count A1:A100).

Any suggestions would be greatly appreciated.

Thanks,
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,104
Default Standard Error of the Estimate

Your formula = SQRT(SUM((y-ybar)^2/(n-k-1)))
can be implemented in Excel with:

=SQRT(DEVSQ(A1:A100)/(COUNT(A1:A100)-1))
But I am not sure what the k value refers to
My formula gives the standard deviation - the same result that
=STDEV(A1:A100) would yield


Are you familiar with Tools/Data Analysis/Descriptive Statistics?

For the standard error of the mean I use = STDEV(range of
values)/SQRT(number)

best wishes and I hope this is some help
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"iperlovsky" wrote in message
...
I am looking for help in crafting an excel formula to handle the following
equation.

Se = SQRT(SUM((y-ybar)^2/(n-k-1)))

where, say, y is cells A1:A100, n = 100 (ie, cell count A1:A100).

Any suggestions would be greatly appreciated.

Thanks,



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,104
Default Standard Error of the Estimate

Sorry I misread this as "standard error of the mead"
You want "standard error of the estimate"
So use my first formula but incorporate K
=SQRT(DEVSQ(A1:A100)/(COUNT(A1:A100)-1-B1))
Here I have used B1 to hold the k value
You could 'hard code' it, say k=5
=SQRT(DEVSQ(A1:A100)/94))
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"iperlovsky" wrote in message
...
I am looking for help in crafting an excel formula to handle the following
equation.

Se = SQRT(SUM((y-ybar)^2/(n-k-1)))

where, say, y is cells A1:A100, n = 100 (ie, cell count A1:A100).

Any suggestions would be greatly appreciated.

Thanks,



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Standard Error Question Barb Reinhardt Excel Worksheet Functions 0 March 20th 08 11:43 PM
Standard Error Bars. A S-D Excel Discussion (Misc queries) 1 July 5th 06 11:52 AM
Calculate and display standard error harrynatick Charts and Charting in Excel 1 April 20th 06 09:18 AM
HOw do I set up Standard Error in a spreadsheet? Laela Excel Worksheet Functions 1 June 1st 05 12:22 AM
Standard Error Maral Excel Worksheet Functions 2 December 4th 04 06:45 PM


All times are GMT +1. The time now is 05:36 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"