Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do you get Root Mean Square Error out of a column?
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If the column is A1 thru A10, then in B1 enter:
=(AVERAGE($A$1:$A$10)-A1)^2 and copy down thru B10. Then the root mean square is: =SUM(B1:B10)^0.5 -- Gary's Student "i'm confused!" wrote: How do you get Root Mean Square Error out of a column? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stock data manipulation | Excel Worksheet Functions | |||
Column picked randomly with probability relative to number of entr | Excel Worksheet Functions | |||
how can i multiply two columns | Excel Worksheet Functions | |||
creating a bar graph | Excel Discussion (Misc queries) | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions |