-
This includes the calculation of:
- [ ] Adjacency matrix (based on `recurrencematrix`)
- [ ] Edge density (based on `recurrencerate`)
- [ ] Global clustering coefficient or network transitivity
…
-
Dear all,
I‘m using the PETSc and HPDDM interfaces to do parallel computing, but there are three questions.
1. `dscalprod(D, u, v)` function seemingly cannot work. Could you tell me if it has been…
-
-
Hi!
Is it possible to use this through reticulate?
Fast approximate nearest neighbour functions well. However, fast adaptive multiscaled diffusion maps, the last part of the code does not work…
-
It would be good to add a page to our docs including this table comparing coverage of dask-image vs scipy ndimage functions.
| Function name | SciPy ndimage | dask-image |
|-----…
-
I think for discrete filters, it is unclear whether powers of z or powers of z⁻¹ are being used. If numerator and denominator have the same order, that doesn't matter, but otherwise this gives rise to…
-
Our team is trying to leverage NGboost for our modeling working.
And I was trying to replicate the laplace distribution from the NGboost dev page.
Here is the calculation from WolframAlpha regardi…
-
Another issue. How to pass parameters and in the same time specify initial conditions.
For example with the syntax below the simulation is erroneous.
```
from lcapy import Circuit
import numpy as …
-
If you have questions about a specific use case, or you are not sure whether this is a bug or not, please post it to our discourse channel: https://discourse.pymc.io
## Description of your proble…
-
I am wondering if there could be a function thats generic to allow wrapping other imaging libraries?
I have had problems in porting over into dask scikit image functions and ndimage functions over…