Object Reference : Object View and Procedure Reference : Matrix
  
 
stats
Descriptive statistics.
Computes and displays a table of means, medians, maximum and minimum values, standard deviations, and other descriptive statistics of each column in the matrix.
Syntax
matrix_name.stats(options)
Options
 
p
Print the stats table.
Examples
mat1.stats
displays the descriptive statistics view of matrix MAT1.
Cross-references
See “Descriptive Statistics & Tests” and “Descriptive Statistics” for a discussion of descriptive statistics views.