rsvddpd 1.0
- Initial version of the package. Contains four functions.
- rSVDdpdperforms the robust svd using density power
divergence. Also provides different convergence rule based
warnings.
- AddOutlieradds different types of outliers in a
matrix.
- simSVDsimulates different scenarios and evaluates
performance of SVD under pure model or under contamination.
- cv.alphafunction for finding the optimal robustness
parameter.
 
rsvddpd 1.0.1
- Added a new function rank.rSVDdpdwhich is used to
determine the rank for matrix factorization. This is internally applied
to the existing functionrSVDdpdfor automatic matrix rank
determination.