Giorgio Alfredo Spedicato

Results 16 issues of Giorgio Alfredo Spedicato

Annuity immediate / due should be fixed in temrinology and possibly in parameters definitions / calculations

bug
enhancement

Porting parallelized simulations into RcppParallel

enhancement
help wanted

Actuarialtable and lifetable initialization procedures have many duplicated code... Optimization, should be performed having a look to s4 classes best practices (callNextMethods...)

enhancement

Hi @JackStat is it possible to add the $R^2$ metrics to the package for numeric responses? $R^2=\frac{explained variance}{total variance}=\frac{\sum\left( \hat{y}-\bar{y}\right)^2}{\sum\left( y-\bar{y}\right)^2}$

The following function could be a nice add for the package, since it implements the Poisson Log Loss in Rcpp (also thanks to [SO](http://stackoverflow.com/questions/43657305/rcpp-gamma-integral/43657808#43657808) ) and originally written in R...

I was trying to use the Gini function with a non negative score but I receive the following Error: out