Changelog
Source:NEWS.md
wgsLR 0.0.2
- Added a
NEWS.mdfile to track changes to the package. - Renaming:
-
xTfor trace sample (instead ofxD) -
xRfor reference sample (instead ofxS)
-
- Include functionality for sample specific error rates:
-
wTfor Trace sample andwRfor Reference sample - Convention: postfix
_wfor same error rate in both samples and postfix_wTwRto allow for different error rates in donor (trace) and suspect (reference) sample. - Added functions and objects related to sample specific error probabilities:
-
calc_LRs_wTwR()renamed tocalc_LRs_w() -
sample_data_Hp_wTwR(),sample_data_Hd_wTwR() -
add_errors_Hp_wTwR(),add_errors_Hd_wTwR() -
d_formulas_Hd_wTwR,d_formulas_Hp_wTwR, -
d_prob_Hp_wTwR,d_prob_Hd_wTwR, d_LR_wTwR
-
- Renamed functions and objects to allow for sample-specific (cf. below), i.e.:
-
calc_LRs()renamed tocalc_LRs_w() -
sample_data_Hp()renamed tosample_data_Hp_w() -
sample_data_Hd()renamed tosample_data_Hd_w() -
add_errors_Hp()renamed toadd_errors_Hp_w() -
add_errors_Hd()renamed toadd_errors_Hd_w() -
d_formulas_Hdrenamed tod_formulas_Hd_w -
d_formulas_Hprenamed tod_formulas_Hp_w -
d_prob_Hprenamed tod_prob_Hp_w -
d_prob_Hdrenamed tod_prob_Hd_w -
d_prob_LRrenamed tod_LR_w
-
-