From 25f2daf17e6c59896c96f68300a36258f1fca5b7 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 25 Sep 2009 06:30:19 -0400 Subject: [PATCH] Fixed typo in "Transition rate" section equation --- src/sawsim.nw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sawsim.nw b/src/sawsim.nw index 86c5fc0..5a62b96 100644 --- a/src/sawsim.nw +++ b/src/sawsim.nw @@ -570,7 +570,7 @@ For a group of $N$ identical domains, and therefore identical unfolding probabilities $P_1$, the probability of $n$ domains unfolding in a given timestep is given by the binomial distribution $$ - P(n) = \frac{N!}{n!(N-n)!}P_1^n(1-P_1)^(N-n). + P(n) = \frac{N!}{n!(N-n)!}P_1^n(1-P_1)^{(N-n)}. $$ The probability that \emph{none} of these domains unfold is then $$ -- 2.26.2