-
Hello, I followed the tutorial on the document and tried to plot the gamma function, but it didn't work. I initially thought it was a version problem of function-plot.js or mathjs, but when I switched…
-
Suppose we have a tupe of atoms `(alpha beta gamma delta delta)`. How to filter out `delta`?
Now suppose we have a tupe of strings `("alpha" "beta" "gamma" "delta" "delta")`. How to filter out 'delta…
-
### Is your feature request related to a problem? Please describe.
FYI, you have everything needed in `scipy` to define the complex multivariate Gamma function (strange name cause it is not multivari…
-
# Gamma and Related Functions
A brief proposal for providing a complete suite of gamma and related functions as PyTorch operators. Enjoy!
One of a five-part series of special functions issues:
…
-
Hi, I've really been enjoying using jax for my research. I would find it really useful to have a full-fledged version of [scipy.special.gamma](https://docs.scipy.org/doc/scipy/reference/generated/scip…
-
`jStat.gammap` has the [comment](https://github.com/jstat/jstat/blob/1.0/src/special.js#L71-72):
```
//lower incomplete gamma function P(a,x)
jStat.gammap = function gammap(a, x) {
...
```
Issue #11…
-
### Problem Description
For a Drude-Lorentz bath, the `HEOMSolver` can take `DrudeLorentzBath` (Matsubara decomposition) or `DrudeLorentzPadeBath` (Padé decomposition). A shifted Drude-Lorentz bath […
-
Similar to what I've done here:
```r
cmf_cowling
-
**Issue by [steven-murray](https://github.com/steven-murray)**
_Friday Jul 10, 2015 at 03:07 GMT_
_Originally opened as https://github.com/stan-dev/stan/issues/1536_
----
I am wanting to use the in…
-
I am wanting to use the incomplete gamma function, with a negative shape parameter. This is currently not supported by the relevant boost library function.
To get around this, I have been trying t…