Description Usage Arguments Author(s) See Also Examples
Given a point pattern this function calculates the IPPP likelihood value.
For examples see
http://faculty.missouri.edu/~micheasa/sppmix/sppmix_all_examples.html#GetIPPPLikValue
1 | GetIPPPLikValue(pp, surf, truncate = FALSE)
|
pp |
Point pattern object of class |
surf |
IPPP intensity surface object of class |
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 |
Sakis Micheas
est_mix_damcmc
,
rmixsurf
,
rsppmix
,
GetPMEst
1 2 3 4 5 6 7 | truemix_surf <- rmixsurf(m = 3, lambda=100,xlim = c(-3,3),ylim = c(-3,3))
plot(truemix_surf,main="True IPPP intensity surface")
genPPP=rsppmix(intsurf = truemix_surf, truncate = FALSE)
fit <- est_mix_damcmc(genPPP, m = 3)
MAPest=GetMAPEst(fit)
GetIPPPLikValue(genPPP,MAPest)
GetIPPPLikValue(genPPP,GetPMEst(fit))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.