-
### Software versions
cunumeric 24.06.00
### Jupyter notebook / Jupyter Lab version
_No response_
### Expected behavior
The example below works with numpy and cupy, but seems to crash…
-
Found the root cause of the performance issue. It's a combination of pregnancy burn-in, the Poisson default for the `eff_contacts` state in Mixing Pools, and CRN.
Pregnancy burn-in goes back in tim…
-
Hey Dodosly1!
Could you please update the example found in : [Poisson](https://github.com/dodosly1/MachineLearning/blob/main/StanfordCS229/PS1/Poisson_Regression.ipynb?)
The relevant code is mis…
-
```
julia> rand(Poisson(1e20))
ERROR: InexactError: Int64(Int64, 9.999999997262139e19)
Stacktrace:
[1] Type at ./float.jl:700 [inlined]
[2] convert at ./number.jl:7 [inlined]
[3] rand(::Poiss…
-
The generalized poisson distribution has some potential when it comes to the estimation of underdispersed count data and is much more efficient to evaluate the the conway-maxwell poisson distribution.…
-
This happened also a couple of days ago. Now I have the code that caused it:
```r
lambda_true = 3
N = 5
set.seed(111111)
(y = rpois(N, lambda_true))
poisson_dat = list(y = y, N = N)
alpha = bet…
-
see #2297 for implementation and use
local FDR is based on Efron Statistical Science 2008, with reference to R package
that paper refers to
Efron, Bradley; Tibshirani, Robert. Using specially desig…
-
Firstly I cannot thank you enough for writing such an amazingly fast high-dimensional FE pkg !
And sorry I'm not sure where to post this question. I feel like it is too specific to this package to …
-
Could you the synthetic control combined with the Poisson pseudo-maximum-likelihood (PPML) estimator? And do you know of any example of papers that uses this approach?
For context: I wish to run a …
-
We have recently had a pre-fit Asimov pull due to the fact that the expected Poisson rate is set to N+1 in
https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/blob/development/python/ModelTool…