-
#@cecileane and @coraallencoleman. Here is the binomial script from last week. I'm still working out some kinks with the last optional argument unfortunately. Link included:
https://github.com/avic…
-
why is there no negative binomial distribution in the eighty distribution
-
Imported from SourceForge on 2024-07-07 00:18:06
Created by **[zmth](https://sourceforge.net/u/zmth/)** on 2021-10-08 05:24:02
Original: https://sourceforge.net/p/maxima/bugs/3874
---
build_info(ver…
rtoy updated
4 months ago
-
Hi,
[This work](https://doi.org/10.48550/arXiv.2410.14002) shows that we can extend the use of the Bayesian R-square in the [bayes_R2](https://raw.githubusercontent.com/stan-dev/rstantools/refs/hea…
-
Hi.
I would like to suggest if there could be a Negative Binomial distribution for the regression tasks with NGBRegressor, i.e.,
`ngb = NGBRegressor(Dist=NegativeBinomial).fit(X_train, Y_train)`
…
-
Hello,
I am using a GLMM with a binomial link function to model data. The response variable ('propExternal') is a proportion, with the number of observations accounted for through setting the weight…
-
Hi Jim and everyone,
For a project, we would need to implement a binomial VAST model using the cloglog link function and, therefore, to switch from ObsModel = c(2,0) to ObsModel = c(13,1).
Howeve…
-
Not familiar with all the code in `gnu` (except for the `d_avec` refactoring to `std::vector`)
A couple of ideas to brainstorm:
- random generators + distribution -> use std library ?
Can all …
-
The following command correctly returns around 0.5.
scipy.stats.binom.cdf(3000000, 10000000, .3)
The probability that a binomial RV with p=0.3 is less than or equal to 3,000,000 in 10,000,000 draws i…
-
Commit containing the script binomial.py: https://github.com/XiangyangLiu66/Stat679Notes/commit/d8eb93acf3ca01452022662d1a077798d16472e3
@coraallencoleman @cecileane
Unfortunately, I was only able…