EBGibbs: EBGibbs class

Description Usage Arguments Author(s) See Also Examples

Description

EBGibbs class.

Usage

1
2
3
4
5
EBGibbs(func,m=10000,nbmax=1000000,center=c(0,0),size=700,sizeIn=500,...)
## S3 method for class 'EBGibbs'
run(gibbs,m,plot=TRUE,update=TRUE,type=c("dv"),...)
## S3 method for class 'EBGibbs'
EBPoints(gibbs,nbPts=1)

Arguments

name
...

further arguments depending on the call to perform.

Author(s)

R. Drouilhet

See Also

EBVor, EBFunc, EBStat

Examples

1
2
gd<-EBGibbs(~ 2 +Del2(th[1]*(l<=20)+th[2]*(20<l & l<=80),th=c(2,4)))
run(gd)

rcqls/EBSpat documentation built on May 27, 2019, 3:04 a.m.