|
1.6.7 Statistics

Basic descriptive statistics.
Here is some "data".
In[1]:= data = {4.3, 7.2, 8.4, 5.8, 9.2, 3.9}
Out[1]= 
This gives the mean of your data.
In[2]:= Mean[data]
Out[2]= 
Here is the variance.
In[3]:= Variance[data]
Out[3]= 
The standard set of packages distributed with Mathematica includes several for doing more sophisticated statistical analyses of data.

Some standard statistical analysis packages.
|