Number of observations on which
the envelopes are based.
Data Types: single| double
Number of expl. variables on which
the envelopes are based.
Data Types: single| double
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:
'init',100 starts monitoring from step m=100
, 'prob',[0.01 0.99]
Scalar which specifies the initial subset size to monitor
minimum deletion residual, if init is not specified it will
be set equal to
p+1, if the sample size is smaller than 40;
min(3*p+1,floor(0.5*(n+p+1))), otherwise.
Example: 'init',100 starts monitoring from step m=100
Data Types: double
1 x k vector containing quantiles for which envelopes have
to be computed. The default is to produce 1%, 50% and 99%
envelopes.
Example: 'prob',[0.01 0.99]
Data Types: double