goldingn / gpe

Gaussian process everything - an R package to reimplement and combine common statistical models using GPs
MIT License
26 stars 5 forks source link

something fishy with the environments when setting parameters #6

Closed goldingn closed 9 years ago

goldingn commented 9 years ago

k1 <- rbf('temperature') tmp <- k1(pressure) pars <- getParameters(k1) pars$sigma <- 1 k1 <- setParameters(k1, pars) tmp <- k1(pressure)

Error in k1(pressure) : could not find function "{"