Descriptive five-number summary of some data
a matrix of doubles, the data to analyze
Compute a struct with various descriptive statistics on the input data. These statistics are computed by:
min() stored as min
min()
quart() stored as firstquartile, median, thirdquartile
quart()
mean() stored as mean
mean()
max() stored as max
max()
summary(1:100) summary(rand(100,1))
Five-number summary