Object Reference : Object View and Procedure Reference : Rowvector
  
 
hist
Histogram and descriptive statistics of a rowvector.
The hist command displays descriptive statistics and a histogram for the data in the rowvector.
Syntax
rowvector_name.hist(options)
Options
 
p
Print the histogram.
Examples
rvec1.hist
Displays the histogram and descriptive statistics of RVEC1.
Cross-references
See “Histogram and Stats” for a discussion of the descriptive statistics reported in the histogram view.
See distplot for a more fully-featured and customizable method of constructing histograms and Rowvector::stats stats for a view with a more extensive set of basic descriptive statistics.