-
I have fixed many of the problems with systems in ODE.py. See the attached notebook (its Python 3 -- huge native Jordan exp takes several pages -- useful info but definitely skip ahead):
But I ne…
emath updated
4 years ago
-
Related to #16
Checked one are either under process or finished.
Once processed remove `_xd` and `_x`
- [x] [absolute_2d_x.cl](https://github.com/clEsperanto/clij-opencl-kernels/blob/master/kern…
-
Hello, I'm trying to reproduce the example using Markov chains from JuliaCon 2021 but I cannot get the sampling to work. I saw issue #293 I tried the code from there it still fails in the same way. He…
-
![image](https://user-images.githubusercontent.com/22091260/28100952-e9522426-66f7-11e7-9c02-9e400ac54510.png)
-
As we know I(X,Z) = KL(p(x,z)||p(x)p(z)). So why do you estimate mutual information by JSD rather than KL maximization?
f-GAN also gives us
KL(p(x)||q(x)) = max_T E_{x~p(x)} [T(x)] - E_{x\sim q(x…
-
**Is your feature request related to a problem? Please describe.**
For modeling skewed and/or heavy-tailed distributions i'd like to have support for Lambert W x F distributions. On top of modeling…
-
I am wondering why we store the complete modulus split into its real and imaginary parts. Wouldn't it be better to work with the complex expressions? They are a bit simpler to write/read, and possibly…
-
`import sympy as sp
sp.var('a b c',nonzero=True)
eq = sp.Eq(a*b-a*c,0)
print(eq)
print(eq.simplify())`
output :
Eq(a*b - a*c, 0)
Eq(a*(b - c), 0)
-
Add Bayesian evidence calculation for robust model comparison.
-
### Description
We are looking for help to implement inverse cumulative distribution (ICDF) functions for our distributions!
### How to help?
This PR should give a template on how to implem…