R/RcppExports.R
gethyp.Rd
hyp = gethyp(om)
Gets the current hyperparameters from an outermod instance. It formats them in a way that makes reading in R easier.
outermod
R
an outermod instance
a vector of parameters
om = new(outermod) setcovfs(om, c("mat25", "mat25", "mat25")) hyp = gethyp(om) print(hyp) #> inpt1.scale inpt2.scale inpt3.scale #> 0 0 0