Skip to content

Commit

Permalink
Update Probability.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksmd authored Aug 4, 2017
1 parent 9e1597e commit b0498e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Probability.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Multiominal Coefficients:
* **Multiominal Coefficients**:

![](https://latex.codecogs.com/gif.latex?\binom{n}{n_{1},&space;n_{2},&space;..,&space;n_{m}}&space;=\frac{n!}{n_{1}!n_{2}!...n_{m}!})

Expand All @@ -16,7 +16,7 @@

![](https://latex.codecogs.com/gif.latex?\frac{4!}{2!2!}=6)

* Number of vector (x1,x2..,xm) that:
* **Number of vector (x1,x2..,xm) that**:
- ![](https://latex.codecogs.com/gif.latex?x_{i}&space;>=0)
- ![](https://latex.codecogs.com/gif.latex?x_{1}+x_{2}+...+x_{m}=n)

Expand All @@ -39,7 +39,7 @@

![](https://latex.codecogs.com/gif.latex?=\binom{8-1}{4-1})

* Number of vector (x1,x2..,xm) that:
* **Number of vector (x1,x2..,xm) that:**
- ![](https://latex.codecogs.com/gif.latex?x_{i}&space;>=0)
- ![](https://latex.codecogs.com/gif.latex?x_{1}+x_{2}+...+x_{m}=n)
- ![](https://latex.codecogs.com/gif.latex?x_{i}&space;>=&space;min_{i}&space;,&space;i=1..m)
Expand All @@ -50,7 +50,7 @@

![](https://latex.codecogs.com/gif.latex?n'&space;=&space;n&space;-&space;\sum_{i=1}^{m}min_{i})

* Binomial coefficient:
* **Binomial coefficient:**

![](https://latex.codecogs.com/gif.latex?\binom{n}{k}&space;=&space;\frac{n!}{(n-k)!k!})

Expand Down

0 comments on commit b0498e8

Please sign in to comment.