본문 바로가기
카테고리 없음

MATH1280 Statistics 1 Learning journal UNIT4

by 하나는외계인 2022. 8. 14.
반응형

MATH1280 Statistics 1 Learning journal UNIT4

Grades 10/0-10

 

 

1. Learning Journal Reflective Comments:

Write short reflective comments or notes about your learning activities during the week. It is highly recommended that you make these entries on a daily basis. You will be assessed on the completeness of your Learning Journal, and the quality of your self-reflection.

You should date each entry, and use clear titles and sub-headings.  These entries should be brief, direct sentences indicating quick comments or notes such as:

* when you completed each step in the Learning Guide during the week,

* any problems or unexpected events that occurred during the week (including problems understanding new or old material), and

* any other noteworthy that might affect your performance in this class.

There is no need to include personal information or details of family events, but be sure to mention the existence of any situations that will positively or negatively affect your ability to focus on the classwork.

 

2. Vocabulary and R functions

a) What does the symbol x-bar represent?

b) What does the Greek letter mu (μ) represent as it was used in this week's lessons?

c) What is the difference between x-bar and mu?

 

3. Mean

a) Many people already know how to find the mean (average) of a sample of data by "adding all the numbers and dividing by the number of values in the dataset."  Read Chapter 4, and then describe, in your own words, another method of finding the mean by using the sample space (list of possible values) and probabilities (the technique is in the book).  Create a list of seven, 2-digit numbers (with no duplicates) and another set of seven probabilities (with no duplicates).  The probabilities must add to 1.

Open R, and manually enter those numbers and their corresponding probabilities to calculate the mean using only addition and multiplication (in other words, enter only the numbers, the plus sign, and the * for multiplication, like on the bottom of Yakir, 2011, p. 57).  Paste all the R output into your learning journal.

b) Describe in your own words what your calculation is doing and what the answer means.

 

-----------------------------------------------------------------------------------------------------------------------------------------------------------------

 

1. Learning Journal Reflective Comments:

 

7/9 

Reading learning guide and the textbook.

7/10 

Reading the textbook again, and understanding the content

Using R software

7/11

Discussion Forum

7/12

Written Assignment

Using R software

7/13

Self-quiz

Replying to others

Using R software

7/14

Learning journal

 

 

2. Vocabulary and R functions

a) What does the symbol x-bar represent?

The symbol x-bar represents the average for given data (Yakir, 2011).

 

b) What does the Greek letter mu (μ) represent as it was used in this week's lessons?

Mu (μ) represents the entire population's mean (Yakir, 2011).

 

c) What is the difference between x-bar and mu?

X-bar is for checking the sample mean, but mu represents the mean of a whole populace.

 

3. Mean

a) Many people already know how to find the mean (average) of a sample of data by "adding all the numbers and dividing by the number of values in the dataset."  Read Chapter 4, and then describe, in your own words, another method of finding the mean by using the sample space (list of possible values) and probabilities (the technique is in the book). Create a list of seven, 2-digit numbers (with no duplicates) and another set of seven probabilities (with no duplicates). The probabilities must add to 1.

Open R, and manually enter those numbers and their corresponding probabilities to calculate the mean using only addition and multiplication (in other words, enter only the numbers, the plus sign, and the * for multiplication, like on the bottom of Yakir, 2011, p. 57). Paste all the R output into your learning journal.

 

 = 1x 12 + 1x10 +1x14 + 1x11 + 1x20 + 1x18 + 1x13 7777777

 = 1.71 + 1.43 + 2 + 1.57 + 2.86 + 2.57 + 1.86 

 = 14

 

> (3 *10)/10+(14*2)/10+(13*1)/10+(20*1)/10+(33*1)/10+(11*1)/10+5/10

[1] 14

 

b) Describe in your own words what your calculation is doing and what the answer means.

Each value in a data set is multiplied by its relative frequency. Then I added products together to obtain the mean. The 14 is the central location of the distribution, and it means that the data set is distributed within that range. When the values were shared among seven persons, each receive 14 of the goods.

 

 

References

 

Yakir. B, (2011). Introduction to Statistical Thinking (With R, Without Calculus). Retrieved from
반응형

댓글