Skip to contents

hyp = gethyp(om)

Gets the current hyperparameters from an outermod instance. It formats them in a way that makes reading in R easier.

Arguments

om

an outermod instance

Value

a vector of parameters

See also

Examples

om = new(outermod)
setcovfs(om, c("mat25", "mat25", "mat25"))
hyp = gethyp(om)
print(hyp)
#> inpt1.scale inpt2.scale inpt3.scale 
#>           0           0           0