Perform the primary statistics of a time series.
[S] = NL_F_Summary(X)
Vector.
Statistics.
NL_F_Summary performs the primary statistics S=[minimum, first quartile, median, mean, third quartile, maximum, standard deviation] of the time series X.
x=[24 1 37 50 47 28 34 57 20 11 15 19]; s=NL_F_Summary(x);//application of NL_F_Summary