Ivan Svetunkov

Results 31 issues of Ivan Svetunkov

It seems that this should decrease computation time due to more efficient matrix multiplication. But this means that almost all the parts of C++ code would need to be rewritten.

help wanted
mañana

Modify existing models to cater for external variables (provided by user). This is especially important for simulated intervals in cases of mixed ETS models.

enhancement
mañana

This is needed for ARIMAX models, where ARIMA states are backcasted and X is optimised.

enhancement

Develop a method that would accept lm/glm/what-not and return alm class. This should simplify things in case alm output is needed for a non-alm model.

enhancement

Method for SR to produce point forecasts and prediction intervals from the SR

idea

This should take formula, calculate polynomials then generate multipliers for specific variables.

enhancement

Create a function producing LOWESS smoothing for specific quantiles. This might help with regression diagnostics, showing, how the distribution of residuals changes.

enhancement
mañana

This is done for normal and normal-based distributions and for Poisson. Can also be done for: 1. Poisson with AR(p), 2. Logit regression, 3. Other? Need to investigate.

enhancement

Need to check all the functions for the compatibility with "data.table" and "tbl" classes, so that they are used most efficiently and the functions still work. This relates to: cramer,...

enhancement

1. Normal distribution, 2. F-distribution, 3. Weird one with the ratio of folded normal distributions,

enhancement