R/RcppExports.R
setcovfs.Rd
setcovfs(om, covnames)
Sets the covariance functions for an outermod class instance. This is first thing one does when creating an outermod instance.
an outermod instance
outermod
a vector of strings of the covariance functions
no value is returned, om is updated
om
om = new(outermod) setcovfs(om, c("mat25", "mat25", "mat25")) setcovfs(om, c("mat25", "mat25pow", "mat25", "mat25ang"))