R/generics.R

setGeneric("particles",function(object,...) standardGeneric("particles"))
setGeneric("particles<-",function(object,value) standardGeneric("particles<-"))
#setGeneric("getParticles",function(object,...) standardGeneric("getParticles"))
#setGeneric("setParticles<-",function(object,value) standardGeneric("setParticles<-"))
#setGeneric("<-setParticles",function(object,value) standardGeneric("<-setParticles"))
setGeneric("ParticleMove",function(object,...) standardGeneric("ParticleMove"))
#setGeneric("doParticleMove",function(object,...) standardGeneric("doParticleMove"))
setGeneric("McmcMove",function(object,...) standardGeneric("McmcMove"))
#setGeneric("doMcmcMove",function(object,...) standardGeneric("doMcmcMove"))
setGeneric("Resample",function(object,...) standardGeneric("Resample"))
#setGeneric("doResample",function(object,...) standardGeneric("doResample"))
setGeneric("ParticleMean",function(object,...) standardGeneric("ParticleMean"))
setGeneric("ParticleCov",function(object,...) standardGeneric("ParticleCov"))
setGeneric("ParticleVar",function(object,...) standardGeneric("ParticleVar"))
setGeneric("logWeights",function(object,...) standardGeneric("logWeights"))
setGeneric("logWeights<-",function(object,value) standardGeneric("logWeights<-"))
#setGeneric("getLogWeights",function(object,...) standardGeneric("getLogWeights"))
#setGeneric("setLogWeights<-",function(object,value) standardGeneric("setLogWeights<-"))
setGeneric("getWeights",function(object,...) standardGeneric("getWeights"))
setGeneric("getNormWeights",function(object,...) standardGeneric("getNormWeights"))
setGeneric("ESS",function(object,...) standardGeneric("ESS"))
setGeneric("UpdateWeights",function(object,...) standardGeneric("UpdateWeights"))
#setGeneric("doUpdateWeights",function(object,...) standardGeneric("doUpdateWeights"))
setGeneric("SmcIterate",function(object,func,...) standardGeneric("SmcIterate"))
#setGeneric("doSmcIterate",function(object,func,...) standardGeneric("doSmcIterate"))
setGeneric("getN",function(object,...) standardGeneric("getN"))

#setGeneric("SmcIntegrate",function(object,func,...) standardGeneric("SmcIntegrate"))

Try the SMCS4 package in your browser

Any scripts or data that you put into this service are public.

SMCS4 documentation built on May 2, 2019, 6:40 p.m.