-
The following definition of `sub-to-zero`
with an abstraction `my-add1` over constructor `add1`
can not pass termination-check:
```
(data Nat () ()
[zero () Nat]
[add1 ([prev Nat]) Nat])
…
-
This example from a [StackOverflow question](https://stackoverflow.com/questions/70513818/getting-a-valueerror-zero-size-array-to-reduction-operation-minimum-which-has) fails:
```python
from datet…
-
#### Is your feature request related to a problem? Please describe
I'm wanting to fit a zero inflated negative binomial and plot the fit with the output parameters. However I cannot understand how th…
-
The ORBIT-kick model [1] is a reduced model to encode the wave-particle resonant interactions via changes, or kicks, in the particles' constants of motion ($E$, $P_{\zeta}$, $\mu$). It has proven to b…
-
Describe your problem here. Provide pictures and files if necessary.
---
* Your font version: (Release or git, version) efc29ff5b0178df2433316e32cd6ce544ad4a178 (Release 32.1.0)
* Your font var…
-
See Mike Cheung's post noting the incorrect Chi-squared value for covariance data: https://openmx.ssri.psu.edu/node/4745
It's an N vs N-1 issue related to the sample covariance using N-1 instead of…
-
**REMEMBER TO ATTACH YOUR LOG FILE**
Version: 1.1.0.beta.2
Locale: fr_FR
Platform: Windows 10 10.0.19041 AMD64
```
Traceback (most recent call last):
File "C:\Users\MEHDOUI MONDHER\AppData…
-
Hi, I wrote a small function that does a job similar to `prior_from_idata`, but can also handle log-normal distributions. @ricardoV94 suggested it could find its place in `pymc-experimental`, or at le…
-
Hi,
Just downloaded your package and ran the example code on both the GitHub and CRAN versions. Unfortunately I got:
```
> p=0.5; q=0.25; lam=3;
> mu=10; sigma=7; xi=0.75;
> n=200
> set.seed(2…
-
## Description
Consider a program:
```
data{
real y;
}
parameters{
real mu;
real sigma;
}
model{
target += normal_lcdf(y | mu, sigma);
}
```
When `y` is infinite (and given t…