becarioprecario / INLAMSM

Multivariate spatial models for lattice data with INLA
20 stars 4 forks source link

Transform function for INDIMCAR models #2

Closed agila5 closed 3 years ago

agila5 commented 4 years ago

Dear Prof. Gómez-Rubio, this is again a minor issue but I was thinking that maybe it would be useful implementing a new function for transforming the hyperparameters of an INDIMCAR model into the original scale (i.e. the log precisions into variances).

I know that the transformations are really easy (just function(x) exp(-x)) but I think that the function could still be useful for an easy comparison of the variances of the four types of model (INDIMCAR, IMCAR, PCAR and MMODEL).

becarioprecario commented 4 years ago

Hi,

Thanks. We could modify INLAMSM::inla.MCAR.transform to do that in the future.

Best,

Virgilio