시작하기무료로 시작하기

Sampling in Google Sheets

Thus far, you've calculated statistics with all the data presented. Usually, it's more practical to create a sample from among a population.

  • Population: An entire collection of observations or events
  • Sample: A subset from a population meant to represent the population

There are many ways to sample data. Sampling choices affect the statistics and as a result, what you learn about the data population. A popular method for sampling is to do it randomly.

This data has an extra column of randomly generated numbers that was created with the RAND() function, which can be empty and returns numbers between 0 and 1. Once the second column has been created, sort the data array by the randomly created column. Then when constructing visuals or stats based on the sample, you can control the cell range. In this exercise you will randomly sample 20 observations of monthly US airline passenger miles, and then create a histogram of this sample to understand the distribution.

이 연습은 강의의 일부입니다

Google Sheets로 배우는 통계 입문

강의 보기

연습 안내

  • In cell E2, calculate the mean of the first 20 observations.
  • In cell F2, calculate the standard deviation of the same 20 observations.
  • Insert a histogram of A2:A21 in the highlighted region. Examine how "normal" this visual looks.

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작