-
Minimum example:
```python
import numpy as np
import scipy
from pyamg.gallery import poisson
pyamg.solve(scipy.sparse.csr_array(poisson((100,100))), b=np.random.randn(100*100))
```
This can e…
-
The way the exponential growth rate is estimated here currently (in `fit()`) is to use a log-linear model (linear model similar to `lm(log(incidence) ~ date)`. For the log to work you need to remove t…
-
When i try to reconstruct a construction site point cloud in meshlab, it's about 10 million points and 500 images, but i use about **3 hrs to do poisson meshing(depth=12) and 12 hrs to texture(8 milli…
-
This issue is in regard to a vector input to a density function of a RandomSymbol for example the Exponential or Normal probability functions. It works if a single number is given, for example:
```p…
-
I would like to add on / off Poisson stats methods to `astropy.stats` but wanted to discuss the methods and API before making a pull request.
In X-ray and gamma-ray astronomy it is common to count th…
cdeil updated
9 years ago
-
either simplify poisson code to 1D, or use another example (e.g. compute-pi)
-
get_prediction outside tsa
current:
- OLS, linear_model: linear prediction with confidence and prediction interval
- code in `regression._prediction`
- GLM linear prediction and link.invers…
-
Dear Sergio, Paulo and Thomas,
I have posted this on Statalist, but GitHub might be the better place to so.
I am using your ppmlhdfe command (thanks for the time spent putting this together!)
T…
-
git commit hash:
commit 13388d1f620c2c4ae849d84d0e3ef7fea40216db
Following are the validation plots to check for correctness of modelVerify for the PACT and poisson examples. Plots are made for …
-
I want to train synthetic data with `instant-ngp-bounded` and poisson reconstruction and I see a note that this reconstruction technique only works with a model that computes or predicts normals. e.g.…