Description Usage Arguments Author(s) See Also Examples
Prints a brief summary of the results of a DAMCMC fit.
For examples see
http://faculty.missouri.edu/~micheasa/sppmix/sppmix_all_examples.html#summary.damcmc_res
1 2 3 |
object |
Object of class |
burnin |
Number of initial realizations to discard. By default, it is 1/10 of the total number of iterations. |
alpha |
Level alpha for the credible sets. Default is 0.05, for 95 sets of the mixture parameters. |
dgt |
Number of digits to use (formatting the output). |
... |
Additional arguments for the S3 method. |
Jiaxun Chen, Sakis Micheas, Yuchen Wang
rnormmix
,
to_int_surf
,
rsppmix
,
est_mix_damcmc
,
owin
1 2 3 4 5 6 7 8 9 | # generate data
truemix<- rnormmix(m = 3, sig0 = .1, df = 5, xlim= c(0, 5), ylim = c(0, 5))
summary(truemix)
intsurf=to_int_surf(truemix, lambda = 100, win =spatstat::owin( c(0, 5),c(0, 5)))
pp1 = rsppmix(intsurf = intsurf)# draw points
#Run DAMCMC and get posterior realizations
postfit=est_mix_damcmc(pp1,m=3)
#summary of the posterior results
summary(postfit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.