arOptions
Option set for ar
Syntax
opt = arOptions
opt = arOptions(Name,Value)
Description
creates
the default options set for opt
= arOptionsar
.
creates
an option set with the options specified by one or more opt
= arOptions(Name,Value
)Name,Value
pair
arguments.
Input Arguments
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN
, where Name
is
the argument name and Value
is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Before R2021a, use commas to separate each name and value, and enclose
Name
in quotes.
|
Technique used for AR model estimation.
Default: |
|
Data windowing technique.
This option is ignored when you use the Yule-Walker approach. Default: |
|
Data offset level that is removed before estimation of parameters. Specify Default: |
|
Specifies the maximum number of elements in a segment when input/output data is split into segments. If larger matrices are needed, the software uses loops for calculations.
Use this option to manage the trade-off between memory management
and program execution speed. The original data matrix must be smaller
than the matrix specified by
Default: |
Output Arguments
|
Option set containing the specified options for |
Examples
Version History
Introduced in R2012a