CGGPplotsamplesneglogpost: Plot negative log posterior likelihood of samples

Description Usage Arguments Value See Also Examples

Description

Plot negative log posterior likelihood of samples

Usage

1

Arguments

CGGP

CGGP object

Value

ggplot2 object

See Also

Other CGGP plot functions: CGGPplotblocks(), CGGPplotcorr(), CGGPplotheat(), CGGPplothist(), CGGPplotslice(), CGGPplottheta(), CGGPplotvariogram(), CGGPvalplot()

Examples

1
2
3
4
5
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)

CGGP documentation built on May 8, 2021, 5:06 p.m.