<< NL_F_SortRows NL_F: Function NL_F_Unity >>

NARVAL >> NL_F: Function > NL_F_Summary

NL_F_Summary

Perform the primary statistics of a time series.

Calling Sequence

[S] = NL_F_Summary(X)

Arguments

X :

Vector.

S :

Statistics.

Description

NL_F_Summary performs the primary statistics S=[minimum, first quartile, median, mean, third quartile, maximum, standard deviation] of the time series X.

Examples

x=[24 1 37 50 47 28 34 57 20 11 15 19];
s=NL_F_Summary(x);//application of NL_F_Summary

Report an issue
<< NL_F_SortRows NL_F: Function NL_F_Unity >>