-
Hello!
I use node-archiver to create an archive. I tried using different levels in lib but the archive size is the same i.e no compression is happening, and the output size is the summation of origin…
-
Currently, the `energy` method, if called on multivariate distributions (multiple columns), implements the 1-norm energy which is not strictly proper - as it is just the sum of marginal energies, and …
-
Floating point "add" is non-associative, i.e. `(x+y)+z` often differs from `x+(y+z)`. In SymPy `Add` (re)orders its arguments (for good reasons), but for representing e.g. an algorithm in finite preci…
-
We often use the classes Add, Mul, etc... within code to serve as the summation or product of expressions. I suggest that we change these occurrences to new functions, add, mul, etc...
To begin …
-
**Describe the bug**
The molecular transfer move when calculating the weights of the CBMC trials, sums all the weights of each trial. The problem is one of the trials has a value of Nan for inter e…
-
Shall we include the law of total probability? Both, for probability spaces and for random variables.
-
My [solution to Problem 10](../blob/master/euler10.ml) has two major flaws:
- It's _really_ slow
- When it does finally finish, a 31-bit integer isn't big enough to contain the result (I got, after le…
-
https://twitter.com/BenHouston3D/status/1521962488807444481?t=gOGmOLpXPF55D4ihTdc9Ig&s=19
See banding in BG gradients
-
**Please describe the problem you are trying to solve.**
Sometimes we run into a situation where the time step size defined in the config file does not exactly fit into the desired end time. Especi…
-
**Use case**: We have customers who use primary keys and unique key constraints in their Postgres schemas, but we just support primary keys.
**Feature description**: Add unique to our constraints.…