Option set for ar
opt = arOptions
opt = arOptions(Name,Value)
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.
Specify optional
comma-separated pairs of Name,Value
arguments. Name
is
the argument name and Value
is the corresponding value.
Name
must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
|
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: |
|
Option set containing the specified options for |