Skip to content

Commit

Permalink
Update cdot in lambda confidence intervals.
Browse files Browse the repository at this point in the history
  • Loading branch information
davids60 committed Jun 2, 2025
1 parent 2ce074a commit 661829d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 661829d

Please sign in to comment.