시작하기무료로 시작하기

Down and outlier

Imagine you're a public safety official trying to reduce the number of injuries due to car crashes. You want to know how frequently car crashes result in injuries. You've already made some predictions, but you want to see where your predictions are going wrong. You'll do some counting and filtering to address any outliers you find.

Four reminders:

  • Recall that the UNIQUE() function returns a list of unique values for a given row or column. This will help you summarize the data.
  • The SORT() function can be used to sort the values of a given range/array (in ascending order by default).
  • The COUNTIF() function is helpful for counting cells that meet certain criteria.
  • Remember that absolute deviation refers to the difference between your prediction and the actual value.

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

Google Sheets로 배우는 오류와 불확실성

강의 보기

연습 안내

  • Edit cell G2 to sort the list of unique values in ascending order.
  • In cell H2, count the number of times your prediction matched the actual value (i.e., 0 absolute deviation).
    • To do this, you will need to count the rows where the deviation you calculated in G2 appears in the column E.
  • In cells H3:H10, count the number of rows for each respective absolute deviation.
  • In cells I2:I10, calculate percentages (i.e., frequencies) by dividing these counts by the total number of crashes.

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

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

연습 시작