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 |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
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 | |||
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>. |
Latest revision as of 23:18, 14 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].