BayesianLinearRegressors.jl icon indicating copy to clipboard operation
BayesianLinearRegressors.jl copied to clipboard

Bayesian Linear Regression in Julia

Results 2 BayesianLinearRegressors.jl issues
Sort by recently updated
recently updated
newest added

hi! I'm looking for an implementation of the version of Bayesian linear regression where we can place an inverse gamma prior on the variance of the measurement noise and [as...

Would it make sense to implement the internal API for `cov` & `var` and remove the definitions for `FiniteBLR`? It would add some currently missing methods like `cov(f, x, y)`