Recent Releases of lgpr
lgpr - v.1.1.0
- Adds
prior_pred()for prior predictive sampling andsample_param_prior()for sampling from the parameter prior. - Adds
read_proteomics_data()function. - Relax data type checking, to require that they only inherit from factor
or numeric. Allow also
tibbles anddata.tables to be passed as data. - Adds more methods for
lgpfitandlgpmodelobjects, see their documentation. - Lot of improvements internally. Kernel computations
in functions like
pred()should take a lot less memory now. Two separete main Stan models now. One for latent GP (signal where f is sampled) and other for GP with marginalized f. - Improved documentation.
- Improve verbose messages to user.
- R
Published by jtimonen almost 5 years ago
lgpr - v1.0.10
- Allow setting
group_by = NAinplot_pred(),plot_components()andnew_x()to avoid grouping in plots. - Allow setting
color_byas the same factor asgroup_byin the above plot functions. - Fix bug which caused an error when trying to define a separate prior for parameters of the same type.
- R
Published by jtimonen over 5 years ago
lgpr - v1.0.8
- Add option
do_yrngwhich controls whether to do draws from the predictive distribution. This was previously always done ifsample_fwasTRUE. That is now considered a bug because it is unnecessary work if they_rngdraws are not needed. So the default is nowdo_yrng = FALSE, sincedo_yrng = TRUEcan cause errors with the negative binomial model due to numerical problems (see here). These problems should be addressed in a future release to allow more stable prior and posterior predictive sampling.
- R
Published by jtimonen over 5 years ago
lgpr - static pre-release
- functionality to check prior of warping steepness visually
- C_hat argument of lgp() can now be used to account for normalization
- convenience functions to create data input
- more unit tests and unify kernel function naming
- R
Published by jtimonen over 6 years ago
lgpr - Initial release
Initial development release of the package.
- R
Published by jtimonen over 6 years ago