|
Further Examples: Mean
Here is a list of real numbers.
In[1]:= 
This gives the mean.
In[2]:= 
Out[2]= 
This is the definition of the mean.
In[3]:= 
Out[3]= 
This gives the variance.
In[4]:= 
Out[4]= 
This is the definition of the variance.
In[5]:= 
Out[5]= 
This gives the standard deviation.
In[6]:= 
Out[6]= 
This is the definition of the standard deviation.
In[7]:= 
Out[7]= 
This gives the median.
In[8]:= 
Out[8]= 
This gives the th quantile.
In[9]:= 
Out[9]= 
In[10]:= 
|