Vector containing strictly numerical data. If x is table or a
timetable the first column of the table (timetable) is used to
compute the autocorrelation.
Data Types: vector of doubles or table or timetable
Specify optional comma-separated pairs of Name,Value
arguments.
Name
is the argument name and Value
is the corresponding value. Name
must appear
inside single quotes (' '
).
You can specify several name and value pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
Example:
'lag',2
Vector of the same length of x containing the weights
Positive scalar which contains the required lag to compute the
autocorrelation. The default is to use lag 1.
Example: 'lag',2
Data Types: positive scalar