|
361 | 361 | \item {\tt from scipy.stats import beta} |
362 | 362 | \item density {\tt beta.pdf} |
363 | 363 | \item CDF {\tt beta.cdf} |
364 | | - \item prctile {\tt beta.ppf} |
| 364 | + \item quantile {\tt beta.ppf} |
365 | 365 | \item random number {\tt beta.rvs} |
366 | 366 | \end{itemize} |
367 | 367 | \end{itemize} |
|
542 | 542 | \item {\color{red} Posterior predictive} distribution for |
543 | 543 | $\displaystyle\tilde{l}$ is\\ |
544 | 544 | $\BetaBinomial(\tilde{l} | N-n, \alpha+l, \beta+r)=\int_0^1\Bin(\tilde{l} | N-n, \theta)\Beta(\theta | \alpha+l, \beta+r)d\theta$ |
545 | | - \item {\small Demo: \url{https://huggingface.co/spaces/Madhav/Handedness}} |
| 545 | + \item {\small Demo: \url{https://handedness.streamlit.app}} |
546 | 546 | \end{itemize} |
547 | 547 |
|
548 | 548 | \end{frame} |
|
789 | 789 | \item {\color{red} Posterior predictive} distribution for |
790 | 790 | $\displaystyle\tilde{l}$ is\\ |
791 | 791 | $\BetaBinomial(\tilde{l} | N-n, \alpha+l, \beta+r)=\int_0^1\Bin(\tilde{l} | N-n, \theta)\Beta(\theta | \alpha+l, \beta+r)d\theta$ |
792 | | - \item {\small Demo: \url{https://huggingface.co/spaces/Madhav/Handedness}} |
| 792 | + \item {\small Demo: \url{https://handedness.streamlit.app}} |
793 | 793 | \end{itemize} |
794 | 794 |
|
795 | 795 | \end{frame} |
|
811 | 811 | % \item Left handed simulation with true $\theta=0.1$ and $N=300$ |
812 | 812 | % \begin{itemize} |
813 | 813 | % \item repeated 10\,000 times |
814 | | -% \item average predictive density for guessing $L$ after $n \leq N$ observations |
| 814 | +% \item average predictive probability for guessing $L$ after $n \leq N$ observations |
815 | 815 | % \end{itemize} |
816 | 816 | % \end{itemize} |
817 | 817 |
|
|
825 | 825 | \item Left handed simulation with true $\theta=0.1$ and $N=300$ |
826 | 826 | \begin{itemize} |
827 | 827 | \item repeated 10\,000 times |
828 | | - \item average log predictive density for guessing $L$ after $n \leq N$ observations |
| 828 | + \item average log predictive probability for guessing $L$ after $n \leq N$ observations |
829 | 829 | \end{itemize} |
830 | 830 | \end{itemize} |
831 | 831 |
|
|
0 commit comments