Having trouble w/ understanding pdf

  • Thread starter Thread starter semidevil
  • Start date Start date
  • Tags Tags
    Pdf
AI Thread Summary
The discussion revolves around understanding a probability formula related to sampling from a total population. The formula presented is ((rCk) * (wCn-k))/(NCn), where N is the total number of items, n is the sample size, r represents a specific subset, and w is the remainder. The variable k denotes the number of successes in the sample, specifically the number of items of type r. The probability expression P(k) is defined under specific conditions, indicating that k must fall within certain bounds based on the values of n, r, and w. The conversation highlights the confusion around the absence of an "=" sign in the formula, emphasizing that it represents a probability expression rather than an equation.
semidevil
Messages
156
Reaction score
2
so I"m trying to understand pdf, the one where the formula is ((rCk) * (wCn-k))/(NCn). Here, xCx means x chooses x.

anyways, N is the total, and n is how much you sample out of it. and we know that r + w = N.

what is k?

I know this is diffenrent for all problems, but is there an analogy..I"m having trouble setting things up.
 
Physics news on Phys.org
When you say, "the formula is ..." doesn't it strike you as odd that there is no "=" sign. What is a formula without that sign? What you have is an expression for the probability of getting k of the things which there are r of in total. If "r" represents the number of red balls in total, and "w" represents the number of white balls, then:

P(k) = \frac{{r\choose k} {w\choose {n - k}}}{{N\choose n}}

However, this only holds for max{0, n – w} ≤ k ≤ min{n, r}. Clearly, the probability is zero otherwise.
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top