Releases: jtimonen/lgpr
Releases · jtimonen/lgpr
v1.2.4
v1.2.3
v.1.2.1
v.1.2.0
v1.1.5
v1.1.4
v1.1.3
- The first CRAN release! See https://cran.r-project.org/web/packages/lgpr/index.html
- Makes installation a lot more accessible easier as users don't need a C++ toolchain when installing from CRAN
- Minor documentation improvements
v1.1.2
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 alsotibble
s anddata.table
s to be passed as data. - Adds more methods for
lgpfit
andlgpmodel
objects, see their
documentation. - Lot of improvements internally. Kernel computations
in functions likepred()
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.