exercise:234ec6829d: Difference between revisions

From Stochiki
(Created page with "<div class="d-none"><math> \newcommand{\NA}{{\rm NA}} \newcommand{\mat}[1]{{\bf#1}} \newcommand{\exref}[1]{\ref{##1}} \newcommand{\secstoprocess}{\all} \newcommand{\NA}{{\rm NA}} \newcommand{\mathds}{\mathbb}</math></div> Write a program to choose independently 25 numbers at random from <math>[0,20]</math>, compute their sum <math>S_{25}</math>, and repeat this experiment 1000 times. Make a bar graph for the density of <math>S_{25}</math> and compare it with the n...")
 
No edit summary
Line 1: Line 1:
<div class="d-none"><math>
Write a program to choose independently 25 numbers at random from <math>[0,20]</math>, compute their sum <math>S_{25}</math>, and repeat this experiment 1000 times.  Make a bar graph for the density of <math>S_{25}</math> and compare it with the
\newcommand{\NA}{{\rm NA}}
\newcommand{\mat}[1]{{\bf#1}}
\newcommand{\exref}[1]{\ref{##1}}
\newcommand{\secstoprocess}{\all}
\newcommand{\NA}{{\rm NA}}
\newcommand{\mathds}{\mathbb}</math></div> Write a program to choose independently 25 numbers at
random from <math>[0,20]</math>, compute their sum <math>S_{25}</math>, and repeat this experiment
1000 times.  Make a bar graph for the density of <math>S_{25}</math> and compare it with the
normal approximation of Exercise [[exercise:A4384d1a48 |Exercise]].  How good is the fit?  Now
normal approximation of Exercise [[exercise:A4384d1a48 |Exercise]].  How good is the fit?  Now
do the same for the standardized sum <math>S_{25}^*</math> and the average <math>A_{25}</math>.
do the same for the standardized sum <math>S_{25}^*</math> and the average <math>A_{25}</math>.

Revision as of 00:18, 15 June 2024

Write a program to choose independently 25 numbers at random from [math][0,20][/math], compute their sum [math]S_{25}[/math], and repeat this experiment 1000 times.  Make a bar graph for the density of [math]S_{25}[/math] and compare it with the

normal approximation of Exercise Exercise. How good is the fit? Now do the same for the standardized sum [math]S_{25}^*[/math] and the average [math]A_{25}[/math].