-
# 📚 Documentation/Examples
Dear development team,
I am trying to use GPyTorch for two distinct research project, both dealing with multitask GP modeling.
1) With basis in our example on Hadam…
-
Hello!
I have a set of covariance matrices that I would like to use our package with. The issue is that my data is the variance covariance matrices, not the variables to estimate the matrix. Is it po…
-
Couple of issues and concerns which I had while upstreaming the GPS-VIO interface which will also allow an offboard estimator to use the GPS accuracy information:
1 . This is from the `vehicle_gps_p…
-
In the documentation for the ARDRegressor (https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html), it says that the shape of `sigma_` is
```
sigma_ : array-like o…
-
Including fixed parameters in models breaks the calcuation of covariances and therefore variances for the free parameters. As an example, using the code and values in the first section of the docs:
…
-
# 🌟 New SSL approach addition
## Approach description
> Recent self-supervised methods for image representation learning are based on
> maximizing the agreement between embedding vectors from d…
-
Right now, the creation of the generalized bootstrap replicate factors requires a lot of computer memory, because:
1. The algorithm forms the entire quadratic form matrix of the target variance est…
-
Hi everyone,
I was attempting to answer this question today but I am not really sure if I am understanding the Cronbach's alpha correctly.
I learned a bit more about Cronbach's alpha from [thi…
-
The `estfun_DA` vignette has been revised to include plans for an alternate design-based variance estimator along lines I've discussed with Xinhe and Julian; see the version on the design branch, sect…
-
Hi,
I'd like to be able to draw a sample from my MFK GP posterior - that is a multivariate Gaussian based on the the posterior mean and covariance. I don't see a method to generate a sample in the …