Description Usage Arguments Author(s) See Also Examples
View source: R/est_mix_intensity.R
This function reports the Gelman-Rubin
convergence diagnostic R
(also known as
the potential scale reduction), by producing
k
DAMCMC fits and computing the
within-chain and between-chain variances. Values approximately
equal to 1 indicate convergence, otherwise we need to run the chain for
a longer number of iterations to get convergence.
For DAMCMC examples see
http://faculty.missouri.edu/~micheasa/sppmix/sppmix_all_examples.html#Get_Rdiag
1 2 |
pp |
Point pattern object of class |
m |
The number of components to fit. |
truncate |
Logical variable indicating whether or not we
normalize the densities of the mixture components
to have all their mass within the window defined
in the point pattern |
L |
Number of iterations to use for each chain created; default is 20000. Note that half of them will be dropped so use a large number. |
numofchains |
Number of chains to create; default is 2. |
permute |
Request to generate chains that are
unpermuted ( |
Sakis Micheas
est_mix_damcmc
,
rmixsurf
,
rsppmix
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.