- add function
rank_wtd()
for computing weighted ranks.
- avoid bitwise operations on Boolean variables.
- fix computation of average weighted rank (no longer dependent on input order). Primarily affects method "spearman".
- keep debugging symbols after package install (following a request by Prof. Ripley).
- use more intuitive formula for Pearson's rho that is linear in weights.
- fix typos and formatting issues in manual pages.
BUG FIX
- inline
normalCDF()
to avoid multiple definition errors whenLinkingTo
wdm.
- Initial release.