Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
deepayan committed Sep 17, 2024
1 parent 5fbef8c commit 866860a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/2024-01-DE/quiz/income-quiz-solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ $$
where $X ~\sim \text{Bin}(10, \frac12)$. In other words,

$$
\log_2 M = 2X - 10 + log_2 100
\log_2 M = 2X - 10 + \log_2 100
$$

This means that we can calculate the exact probabilities asked in
Expand All @@ -124,8 +124,8 @@ questions 2 and 3 in terms of Binomial probabilities using the
of the Binomial distribution.

$$
P(M \geq a) = P(\log_2 M \geq log_2 a)
= P\left( X \geq \frac12 (log_2 a + 10 - log_2 100) \right)
P(M \geq a) = P(\log_2 M \geq \log_2 a)
= P\left( X \geq \frac12 (\log_2 a + 10 - \log_2 100) \right)
$$


Expand Down
4 changes: 2 additions & 2 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous">

<link rel="stylesheet" href="/assets/styles/rouge.css"> <!-- syntax highlighting -->
<link rel="stylesheet" href="/assets/styles/custom.css"> <!-- custom styles -->
<link rel="stylesheet" href="/BSDS/assets/styles/rouge.css"> <!-- syntax highlighting -->
<link rel="stylesheet" href="/BSDS/assets/styles/custom.css"> <!-- custom styles -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira Code">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto Serif" >
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto Sans" >
Expand Down
1 change: 1 addition & 0 deletions docs/assets/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ img
width: 100%;
}


div.language-r
{
font-family: 'Fira Code';
Expand Down

0 comments on commit 866860a

Please sign in to comment.