-
Add tests for generating a large number of samples and check if the probability distribution is approximately same as expected.
-
Here's the preprint with a suggestion: https://psyarxiv.com/seyq7/
-
Hi again, was unable to pass the test while following Tutorial 1:
```
> dataset_test("tutorial_dataset_1")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 64 ]
── Error: tutorial_dataset_1 ─────────────────…
-
The StreamViewer API needs an overhaul. It will be rename as `Viewer` to match the new `Stream` and `Player` API. The new `Viewer` API will interface with one or more `Stream` and will use methods fro…
-
**random sampling**
There are many random sampling methods, including random.sample, and other low level within library sampling.
Setting `random.seed(0)` at the very beginning of a script won't wo…
-
Cloned from: https://linaro.atlassian.net/browse/WPERF-828
---
We now do not support hybrid PE files (ARM64EC). When sampling users hit an assert:
```cmd
wperf.exe record -v -e l1i_cache -c 0 --…
-
Follow up from: https://github.com/shenyangHuang/openDG/issues/2
### High-level Idea
- Drop the maps and put all the core data in a large pre-allocated **sparse** tensor.
- A temporal index for …
-
Add implementation of [Bass diffusion model](https://en.wikipedia.org/wiki/Bass_diffusion_model)
Functionality would include:
- [ ] Model class with sampling and prediction methods
- [ ] Useful art…
-
### Environment
SaaS (https://sentry.io/)
### What are you trying to accomplish?
I'm trying to get OTLP working with Sentry.
I went through all the documentation on the subject, as well as several…
-
Description:
--------------
**What we have already**
In CUQIpy, gradient-based sampling methods (including NUTS) can use FD gradient. This is done by enabling the FD gradient for the target before pas…