-
A: https://psalm.dev/r/4b9945a061
B: https://psalm.dev/r/7698fe63cc
When overriding the `createFoo` method, Psalm correctly recognizes `IntFoo` (in A) or `Foo` (in B) to be covariant with `Foo` …
egst updated
2 months ago
-
Hi!
I am an MS student at CU Boulder working with Professor Zachary Sunberg. We recently wrote a paper on Rao-Blackwellized POMDPs (RB-POMDPs), which uses Gaussian filters for the linear state spac…
-
```
def randcal(X,Y,a,b):
import numpy as np
from math import sqrt
X = np.array(X)
Y = np.array(Y)
EX = np.mean(X)
EY = np.mean(Y)
Z = X*Y
EZ = np.mean(Z)
…
-
-
I am a beginner with Julia and tried it out by fitting data.
I got unexpected results for vcov(fit) and had a look in the source code.
There:
https://github.com/JuliaNLSolvers/LsqFit.jl/blob/8f8c…
-
https://github.com/huggingface/transformers/blob/c2820c94916e34baf4486accae74760972183a2f/src/transformers/modeling_utils.py#L2473
covariance matrices are always symmetric. so use `torch.linalg.ei…
-
It would be good to specify in the code the type of covariance estimator used by the `Normality` class.
Further in the future it would be good to add the capability to switch types of covariance est…
-
Undefined behavior if floating-point expression doesn't fit into an int.
https://github.com/PointCloudLibrary/pcl/blob/0932486c52a2cf4f0821e25d5ea2d5767fff8381/filters/include/pcl/filters/impl/voxel_…
-
### Describe the issue linked to the documentation
We have an example that illustrates how to use the BIC score to tune the number of components and the type of covariance matrix parametrization he…
-
#### Summary:
This is really small, but I think that the [documentation for Gaussian Processes](https://mc-stan.org/docs/stan-users-guide/gaussian-processes.html) uses the old cov_exp_quad, instead o…