Correlogram - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Statistics

  

Correlogram

  

create a column plot of the autocorrelations of data

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Correlogram(X, options)

AutoCorrelationPlot(X, options)

Parameters

X

-

data set (1-dimensional), DataSeries

options

-

(optional) equation(s) of the form option=value where option is one of lags or nocaption or any option recognized by Statistics[ColumnPlot].

Description

• 

The Correlogram command computes autocorrelations of the data X and displays them as a column plot with dashed lines indicating the lower and upper 95% confidence bands for the normal distribution , where L is the size of the sample X, and a caption reporting how many of the displayed columns lie outside of the bands of plus or minus 2, 3, and 4 standard deviations respectively.

• 

The AutoCorrelationPlot command is provided as an alias.

Examples

Autocorrelation can be used to create correlograms which are useful for detecting periodicity in signals.

Periodicity in a time series can be observed with Autocorrelation.

(1)

Compatibility

• 

The Statistics[Correlogram] command was introduced in Maple 2019.

• 

For more information on Maple 2019 changes, see Updates in Maple 2019.

See Also

SignalProcessing:-AutoCorrelation

Statistics:-AutoCorrelation

Statistics:-ColumnPlot

TimeSeriesAnalysis

 


Download Help Document