EBFunc: EBFunc, EBCache, EBCacheCompFunc classes

Description Usage Arguments Author(s) See Also Examples

Description

EBFunc, EBSamplCache, EBSumCache, EBSamplCacheCompFunc, EBSumCacheCompFunc classes

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
EBFunc(formula,mode)
EBSamplCache(func,nbPts,domainSize,poly,mode)
EBSumCache(func,domainSize,poly)
## S3 method for class 'EBSamplCache'
update(cache,verbose=FALSE)
## S3 method for class 'EBSumCache'
update(cache,verbose=FALSE)
EBSamplCacheCompFunc(func,nbPts,domainSize,poly,mode)
EBSumCacheCompFunc(func,domainSize,poly)
## S3 method for class 'EBSamplCacheCompFunc'
update(cache,verbose=FALSE)
## S3 method for class 'EBSumCacheCompFunc'
update(cache,verbose=FALSE)

Arguments

name
...

further arguments depending on the call to perform.

Author(s)

R. Drouilhet

See Also

EBVor, EBGibbs, EBStat

Examples

1
2
vor <- EBVor()
insert(vor,runif(20,-350,350))  

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