Object Reference : Object View and Procedure Reference : Rowvector
  
 
stats
Descriptive statistics.
Computes and displays a table of means, medians, maximum and minimum values, standard deviations, and other descriptive statistics for the data in the rowvector.
Syntax
rowvector_name.stats(options)
Options
 
p
Print the stats table.
Examples
rvec1.stats
displays the descriptive statistics view of the elements of the rowvector RVEC1.
Cross-references
See “Descriptive Statistics & Tests” for a discussion of the descriptive statistics views of series.