Mathematica > Data Manipulation > Statistical Data Analysis > Descriptive Statistics > RootMeanSquare >
Mathematica > Mathematics and Algorithms > Statistical Data Analysis > Descriptive Statistics > RootMeanSquare >

RootMeanSquare

RootMeanSquare[list]
gives the root mean square of values in list.
  • For the list , the root mean square is given by .
RootMeanSquare of a list:
RootMeanSquare of columns of a matrix:
RootMeanSquare of a list:
In[1]:=
Click for copyable input
Out[1]=
 
RootMeanSquare of columns of a matrix:
In[1]:=
Click for copyable input
Out[1]=
Compute results at machine precision:
Obtain results at any precision:
Compute results for a large vector or matrix:
Root mean square error for a linear fit:
RootMeanSquare is the square root of the Mean of the data squared:
RootMeanSquare is equivalent to a scaled Norm:
RootMeanSquare of deviations is equivalent to a scaled StandardDeviation:
RootMeanSquare of deviations is the square root of a CentralMoment:
RootMeanSquare as a scaled EuclideanDistance from the Mean:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF