EBStat: EBPseudoExpo class

Description Usage Arguments Author(s) See Also Examples

Description

EBPseudoExpo class.

Usage

1
2
3
EBPseudoExpo(model,nbPts,domainSize,mark=NULL,mode=c("random","systematic"),weighted=FALSE)
## S3 method for class 'EBContrastOptim'
run(self,par0,method=NULL,update=FALSE,print=TRUE,fixed,...)

Arguments

name
...

further arguments depending on the call to perform.

Author(s)

R. Drouilhet

See Also

EBFunc, EBGibbs, EBVor

Examples

1
2
3
4
5
6
gd<-EBGibbs(~ 2 +Del2(th[1]*(l<=20)+th[2]*(20<l & l<=80),th=c(2,4)))
run(gd)
pld <- EBPseudoExpo(gd~Del2(l<=20,20<l & l<=80),weight=TRUE,mode="systematic")
run(pld,c(0,0,0))
run(gd)
run(pld)

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