statcheck
determines the means, standard deviations and acf's of segmets of a time series and plots the acf's for the segments.
statcheck
determines the means, standard deviations and acf's of segmets of a time series and plots the acf's for the segments.statcheck(y, d)
y
: the series, a vector or a time seriesd
: scalar, number of segmentsout list with components: - ms: matrix with means and standard deviations of the segments
data(COFFEE) out <- statcheck(COFFEE,4)
Useful links