-
There has been user desire for generating random numbers with respect to other distributions (normal in particular). But we should also consider adding other common distributions (power law, binomial,…
-
Sometimes you want to simulate a lot of different scenarios. It would be very expensive to run thousands of tests, but it's very cheap to generate thousands of results.
We are going to simulate binom…
-
Imported from SourceForge on 2024-07-07 00:13:28
Created by **[zmth](https://sourceforge.net/u/zmth/)** on 2021-09-17 03:24:41
Original: https://sourceforge.net/p/maxima/bugs/3856
---
```
(assume_p…
rtoy updated
4 months ago
-
## Goal
Take the features from the v0.2.0 release, clean up any rough edges, and add in additional features needed for real-time use-cases.
## Features
- [ ] Data simulator: delay process
- …
-
**What should be changed**
`cogent3.maths.stats.binomial_exact()`
**Why**
Not used in cogent3, available in scipy.stats?
**How much notice**
6 months notice. This should be represented …
-
I'm running `FLORAL` and `mcv.FLORAL` with `family="binomial"` and `longitudinal=TRUE` (with `id` and `tobs` set).
It seems that FLORAL is using lot more cores than specified, e.g. I set `ncore=2` to…
-
- The function `cutY` in `utils.r` is a wrapper for the `cut` function that cleans the output into a numeric variable.
- In the code for `polyICT` there is an error for cutting y into more than f…
-
I have read #180, but I'm still not sure whether lme4 supports non-integer responses for binomial GLMMs (and Poisson GLMMs, but I'll only deal with binomial GLMMs here). More specifically, it seems li…
-
https://icors2016.sciencesconf.org/conference/icors2016/Yohai.pdf
http://www.matematica.uns.edu.ar/uma2016/material/comunicaciones/estadistica/Valdora.pdf
https://www.birs.ca/workshops/2015/15w5003/…
mfoll updated
4 years ago
-
```
template
void siftup(node_pointer n, Compare const & cmp)
{
while (n->parent) {
node_pointer parent = n->parent;
node_pointer grand_parent = parent->pa…