Least Squares and RMSE

Least Squares and RMSE

University

8 Qs

quiz-placeholder

Similar activities

Average Rate of Change

Average Rate of Change

9th Grade - University

9 Qs

Average Rate of Change Review

Average Rate of Change Review

9th Grade - University

11 Qs

Chapter 3 Ratios and Rates Quiz

Chapter 3 Ratios and Rates Quiz

6th Grade - University

12 Qs

Brain meta

Brain meta

6th Grade - University

10 Qs

Decimal Inequalities

Decimal Inequalities

4th Grade - University

13 Qs

Intro to Average Rate of Change

Intro to Average Rate of Change

9th Grade - University

9 Qs

Forecasting Performance Measures Worksheet

Forecasting Performance Measures Worksheet

University

8 Qs

Divide and Round to the Hundredths

Divide and Round to the Hundredths

6th Grade - University

13 Qs

Least Squares and RMSE

Least Squares and RMSE

Assessment

Quiz

Mathematics

University

Hard

CCSS
HSS.ID.B.6, HSS.ID.C.7, HSA.SSE.A.1

+6

Standards-aligned

Created by

Harris Butler

FREE Resource

8 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

  1. a. Look at the "HSDropoutRate" data set in R.

  2. b. (You may want to extract the Rate and Year vectors for future use)

  • What is the length/dimension of each vector?

  • This should be a single number since each vector is the same length.

2.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

What is the output variable for the HSDropoutRate data set?

Rate

Months

x

y

Tags

CCSS.HSS.ID.B.6

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which is a valid command to fit this data in R?

project(Rate ~ Year)

project(Rate ~ Year + 1, data=HSDropoutRate)

project(Rate ~ m*Year + b, data=HSDropoutRate

Tags

CCSS.HSA.SSE.A.1

CCSS.HSF.BF.A.1

CCSS.HSF.LE.A.1

CCSS.HSF.LE.A.2

4.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

After fitting this data with project(), either with the matrix method or the formula method, what is the value of the intercept? Round your answer to three decimal places

Tags

CCSS.HSS.ID.C.7

5.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

What would the model predict the dropout rate to be in the year 1976? Round your answer to one decimal place.

Tags

CCSS.HSS.IC.B.4

CCSS.HSS.ID.C.7

CCSS.HSS.MD.A.2

6.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

If the actual dropout rate was 14.2 in 1978 and the model predicts a dropout rate of 14.1, what is the component value of the residual vector for the year 1978? Round your answer to one decimal place.

Answer explanation

Residual = Actual data minus prediction

14.2-14.1 = 0.1

7.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Calculate the whole residual vector, and calculate the RMSE. What is the RMSE? Round your answer to three decimal places.

Tags

CCSS.HSS.ID.B.6

8.

FILL IN THE BLANK QUESTION

5 mins • 1 pt

Repeat that whole process, from start to finish, with the dataset "WorldPopulation." What is the RMSE of your model? Round your answer to three decimal places.

Tags

CCSS.HSS.IC.A.2

Discover more resources for Mathematics