If N is a
structure it must contain the fields:
Value |
Description |
N |
contingency table in array format of size I-by-J (this
field is compulsory).
|
NsimStore |
array of size I-by-J times nsimul containing
in each column the nsimul simulated contingency tables.
If this field is not present the nsimul simulated
contingency tables are generated by this routine.
Note that input structure N can be conveniently created by
function mcdCorAna.
|
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',50
, 'prob',[0.05 0.95]
, 'nsimul',100
Note that if bsb is supplied, init>=length(bsb). If init is not
specified it will be set equal to floor(n*0.6).
Example: 'init',50
Data Types: double
Vector containing 1 x k elements .
The default is to produce 1 per cent, 50 per cent and 99 per cent envelopes.
Example: 'prob',[0.05 0.95]
Data Types: double
Number of simulations to perform. The default value is 200.
Note that this input option is ignored if N is a struct and
field N.NsimStore is present. In this last case nsimul is
equal to the number of columns of N.NsimStore
Example: 'nsimul',100
Data Types: double