Description Usage Arguments Details Value Author(s) See Also Examples
This method manipulates a list of hzar.fitRequest
objects to
ensure each object has an independent seed. If requested, it can
replicate each hzar.fitRequest
to create independent chains.
1 2 3 | 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)
|
fitL |
A single |
each |
How many times to replicate each |
baseSeed |
The pool of values from which to draw seeds. If If |
rotateSeed |
If |
baseChannel |
The initial stream channel to set for each element of |
adjChannel |
Amount to increment the stream channel |
skip |
Assume |
This method assumes that the user wishes to generate independent chains unless instructed other wise.
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.
Returns a list of hzar.fitRequest
object, suitable for
hzar.doFit.multi
.
Graham Derryberry asterion@alum.mit.edu
hzar.fitRequest
hzar.doFit.multi
1 2 3 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.