hzar.fitRequest objects to
ensure each object has an independent seed. If requested, it can
replicate each hzar.fitRequest to create independent chains.
hzar.multiFitRequest(fitL, each = 1, baseSeed = c(1234, 2345, 3456,
4567, 5678, 6789, 7890, 8901, 9012, 123), rotateSeed = TRUE, baseChannel
= 50, adjChannel = 50, skip = 0)hzar.fitRequest objects or a list of
hzar.fitRequest objects
hzar.fitRequest
object.
If NULL, do not change the seed.
If rotateSeed is TRUE this pool is automatically
reduced to unique values.
TRUE, a unique set of six values is drawn from
baseSeed.
If FALSE, the first 6 values of baseSeed are used. The
method rep is used to expand baseSeed to 6
values if needed.
fitL.
The method rep is used to expand baseChannel to
the length of fitL if needed.
If NULL, use the original stream channel from each element of
fitL.
skip sets of unique values have already been drawn
from baseSeed.
hzar.fitRequest object, suitable for
hzar.doFit.multi. By default, this method will use a unique seed for each element of
fitL and increment the stream channel for each replication of
each element of fitL.
If rotateSeed is TRUE, baseSeed is numeric, and
adjChannel is not numeric, then this method will use a unique
seed for every element of the result.
If rotateSeed is FALSE, baseChannel is a numeric
of length 1, adjChannel is numeric, and each is greater
than one, then this method will increment the stream channel for every
element of the result.
hzar.fitRequest
hzar.doFit.multi
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
Run the code above in your browser using DataLab