ผลต่างระหว่างรุ่นของ "Week11 practice 2"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
 
(ไม่แสดง 7 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน)
แถว 2: แถว 2:
 
We will work in pairs.
 
We will work in pairs.
  
'''Generators''':  We shall perform sampling from two random distribution the normal distribution and a uniform distribution over some range <math>[a,b]</math>.
+
'''Generators''':  We shall perform sampling from two random distribution the normal distribution and a uniform distribution over some range <math>[a,b]</math>.  
  
 +
For a normal distribution, choose the mean <math>\mu</math> and its s.d. <math>\sigma</math>.  For a uniform distribution, choose ''a'' and ''b''.  (Don't forget to take note of the actual distribution that you use so that you can tell your statisticians the correct answers.)
  
 +
Generate 10 sets of data:
  
'''Statisticians''':  Take your friend's generated data, and for each set of data compute the sample mean <math>\bar{X}</math> and the sample variance <math>\sigma^2</math>.
+
* For normal distributions (with different parameters), generate samples of size <math>n = 5, 10, 50, 100, 500</math>.  We shall call these sets of data set 1, set 2,..., and set 5.
 +
* For uniform distributions (with different parameters), generate samples of size <math>n = 5, 10, 50, 100, 500</math>.  We shall call these sets of data set 6, set 7, ..., and set 10.
  
== Confidence interval, known <math>\sigma</math> ==
+
For the normal distributions, you already know the variances and the standard deviation.  For the uniform distributions, for each set of data, compute the real means, real variances, and  real standard deviations.
  
== Confidence interval, unknown <math>\sigma</math> ==
+
'''Statisticians''':  Take your friend's generated data, and for each set of data compute the sample mean <math>\bar{X}</math>, the sample variance <math>S^2</math>, and the sample standard deviation <math>S</math>.
 +
 
 +
Compare your estimates of means and s.d. with the actual values from your generator.
 +
 
 +
== Confidence intervals, known variance <math>\sigma^2</math> ==
 +
For each of the data set, ask your friend for the real <math>\sigma</math>.
 +
 
 +
For each of the data set, compute the confidence interval for the levels of confidence of 80%, 90%, 95%, and 99%.

รุ่นแก้ไขปัจจุบันเมื่อ 02:08, 6 พฤศจิกายน 2557

Sampling and statistics

We will work in pairs.

Generators: We shall perform sampling from two random distribution the normal distribution and a uniform distribution over some range .

For a normal distribution, choose the mean and its s.d. . For a uniform distribution, choose a and b. (Don't forget to take note of the actual distribution that you use so that you can tell your statisticians the correct answers.)

Generate 10 sets of data:

  • For normal distributions (with different parameters), generate samples of size . We shall call these sets of data set 1, set 2,..., and set 5.
  • For uniform distributions (with different parameters), generate samples of size . We shall call these sets of data set 6, set 7, ..., and set 10.

For the normal distributions, you already know the variances and the standard deviation. For the uniform distributions, for each set of data, compute the real means, real variances, and real standard deviations.

Statisticians: Take your friend's generated data, and for each set of data compute the sample mean , the sample variance , and the sample standard deviation .

Compare your estimates of means and s.d. with the actual values from your generator.

Confidence intervals, known variance

For each of the data set, ask your friend for the real .

For each of the data set, compute the confidence interval for the levels of confidence of 80%, 90%, 95%, and 99%.