Skip to content

Commit

Permalink
Updated slides
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmyleswhite committed Apr 26, 2012
1 parent 6d76732 commit cd90d97
Show file tree
Hide file tree
Showing 9 changed files with 125 additions and 293 deletions.
1 change: 1 addition & 0 deletions slides/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
*.synctex.gz
*.toc
*.vrb
*.md
Binary file added slides/Efron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions slides/likelihood_function.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ df <- data.frame(theta = theta, L = l)

ggplot(df, aes(x = theta, y = L)) +
geom_line() +
opts(title = 'Likelihood Function after 9 Days of Rain and 1 Day of No Rain')
opts(title = 'Likelihood Function after 9 Mistaken Orders and 1 Correct Order')
ggsave('likelihood_function.png')

ggplot(df, aes(x = theta, y = L)) +
geom_line() +
geom_vline(xintercept = 0.9, color = 'blue') +
opts(title = 'Likelihood Function after 9 Days of Rain and 1 Day of No Rain')
opts(title = 'Likelihood Function after 9 Mistaken Orders and 1 Correct Order')
ggsave('likelihood_function_mle.png')
Binary file modified slides/likelihood_function.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified slides/likelihood_function_mle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified slides/part1.pdf
Binary file not shown.
Loading

0 comments on commit cd90d97

Please sign in to comment.