DnaMixAnalysis

Step 2. LR Calculation results

Likelihood ratio calculation:
Go back and edit hypothesis
Mixture deconvolution:
Start new analysis

Total LR

amath L R = {{ result.totalLrValue }} endmath

{% if not result.flagIsError %} {% for markerName, lr in result.lrs.items %}

{{ markerName }}

amath L R = {{ lr.formula }} = {{ lr.value }} endmath

{% endfor %} {% else %}
Error:

{{ result.errorMessage }}
{% endif %}