Object Reference : Object View and Procedure Reference : Matrix
  
 
stats
Descriptive statistics for columns of a matrix.
Computes and displays a table of means, medians, maximum and minimum values, standard deviations, and other descriptive statistics for each column of the matrix.
Syntax
matrix_name.stats(options)
Options
 
i
Individual sample for each column after removing missing values for the column.
By default, EViews computes the statistics using a common sample after removing rows with missing values.
p
Print the stats table.
Examples
The command
matrix1.stats
computes the descriptive statistics for each column of MATRIX1 after listwise deletion of rows with missing values. Alternately,
matrix1.stats(i)
displays the descriptive statistics view of matrix1 showing the statistics for each column of the matrix computed using individual samples.
Cross-references
See “Descriptive Statistics” for a discussion of the descriptive statistics views of a group.
See also boxplot.