From 661829dfaee6bb4610d73b038c33db0db81b11a6 Mon Sep 17 00:00:00 2001 From: davids60 Date: Mon, 2 Jun 2025 10:05:27 -0400 Subject: [PATCH] Update cdot in lambda confidence intervals. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c14517a..0ffdbf8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Digital Assay Analysis + # Digital Assay Analysis This folder contains a variety of scripts for formatting and calculation of digital assay results. @@ -50,11 +50,11 @@ $C_{95\\%} = \left( \frac{\lambda_{low}\cdot F_{Rxn} \cdot V_{rxn}}{V_{part}}, \ where -$\lambda_{low} =-\ln \left( (1-p) + 1.96 * \sqrt{\frac{p\cdot(1-p)}{N_{Total}}} \right) $ +$\lambda_{low} =-\ln \left( (1-p) + 1.96 \cdot \sqrt{\frac{p\cdot(1-p)}{N_{Total}}} \right) $ and -$\lambda_{high} =-\ln \left( (1-p) - 1.96 * \sqrt{\frac{p\cdot(1-p)}{N_{Total}}} \right) $. +$\lambda_{high} =-\ln \left( (1-p) - 1.96 \cdot \sqrt{\frac{p\cdot(1-p)}{N_{Total}}} \right) $. All other values remain the same as before.