CGGPplotsamplesneglogpost | R Documentation |
Plot negative log posterior likelihood of samples
CGGPplotsamplesneglogpost(CGGP)
CGGP |
CGGP object |
ggplot2 object
Other CGGP plot functions:
CGGPplotblocks()
,
CGGPplotcorr()
,
CGGPplotheat()
,
CGGPplothist()
,
CGGPplotslice()
,
CGGPplottheta()
,
CGGPplotvariogram()
,
CGGPvalplot()
gs <- CGGPcreate(d=3, batchsize=100)
f <- function(x){x[1]^1.2+x[3]^.4*sin(2*pi*x[2]^2*3) + .1*exp(3*x[3])}
y <- apply(gs$design, 1, f)
gs <- CGGPfit(gs, Y=y)
CGGPplotsamplesneglogpost(gs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.