Felix Clark
Felix Clark
This would be a useful diagnostic to determine how much influence each observation has over the fit.
Basic uses cases like ordinary least squares should be more ergonomic. Macros should be defined so that the user can get results in one short line and doesn't have to...
Some operations are performed repeatedly in the implementation of the `Fit` result. The covariance matrix is already cached manually, which is most important because this is probably an `O(n^3)` calculation....
Consider exporting common functions in a `prelude` submodule rather than directly in the `ndarray-glm` namespace. One issue to work out is whether re-exporting `ndarray::Array1` and the like would be a...
This could improve numerical issues for bad fits and would put tolerances on a more similar scale across different families. It can be computed once and stored somewhere; perhaps in...
I haven't found much in the way of documentation or examples of this, but it should be possible to, for instance, use separate simultaneous predictors for _mu_ and log(_sigma_^2) in...
Would the standard `log` interface be sufficient? `slog` at least should be investigated. Any logging should be gated behind a feature flag so that it can be compiled out entirely...
- [accel](https://gitlab.com/termoshtt/accel) - [GPUfit](https://github.com/gpufit/GPUfit)
- [ ] Exponential - [ ] Gamma (effectively an exponential w/ arbitrary dispersion parameter) - [ ] Inverse Gaussian - [ ] ...