calcHp {casesolver} | R Documentation |
A function to calculate under a specific hypotheses: a given evidence and given refData
calcHp(evidData, refData, nC, popFreq, kit, pC, lambda, threshT, xi, nDone = 2)
evidData |
A list with evidence data |
refData |
A list with reference data |
nC |
Assumed number of contributors |
popFreq |
A list with population frequences popFreq[[locusname] |
kit |
Selected kit |
pC |
Dropin probability |
lambda |
Dropin PH hyperparameter |
threshT |
Detection threshold used |
xi |
Stutter proportion parameter |
nDone |
Number of required optimisations |