powered by
Plot theta samples
CGGPplottheta(CGGP)
ggplot2 object
CGGP object
Other CGGP plot functions: CGGPplotblocks(), CGGPplotcorr(), CGGPplotheat(), CGGPplothist(), CGGPplotsamplesneglogpost(), CGGPplotslice(), CGGPplotvariogram(), CGGPvalplot()
CGGPplotblocks()
CGGPplotcorr()
CGGPplotheat()
CGGPplothist()
CGGPplotsamplesneglogpost()
CGGPplotslice()
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) CGGPplottheta(gs)
Run the code above in your browser using DataLab