Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 9 pages
Exam (elaborations)

DSCI 100 TEST EVALUATION ANSWERS AND QUESTIONS SET A.pdf

Document preview thumbnail
Preview 2 out of 9 pages

DSCI 100 TEST EVALUATION ANSWERS AND QUESTIONS SET A.pdf

Content preview

DSCI 100 TEST EVALUATION ANSWERS AND
QUESTIONS SET A+
✔✔What does a sampling distribution help us understand? - ✔✔It helps us see how
much we would expect our sample proportions from a population to vary for samples of
a set size.

✔✔What is bootstrapping in statistics? - ✔✔Taking more samples of the same size from
our sample.

✔✔What is the purpose of bootstrapping? - ✔✔To create an approximation of the
sampling distribution called the bootstrap distribution.

✔✔Does bootstrapping result in a true sampling distribution? - ✔✔No, it results in an
approximation called the bootstrap distribution.

✔✔7 steps to bootstrap - ✔✔1. randomly select an observation from the original
sample, which was drawn from the population
2. record observation value
3. replace that observation
4. repeat steps 1-3 until there are n observations, which forms a bootstrap
5. calculate bootstrap point estimate of the observations in the bootstrap sample
6. repeat 1-5 many times to create bootstrap distribution
7. calculate plausible range of values around our observed point estimate

✔✔What is a confidence interval? - ✔✔A range of plausible values for the population
parameter.

✔✔What percentage of observations are below the lower bound in a 95% confidence
interval? - ✔✔2.5%

✔✔What percentage of observations are below the upper bound in a 95% confidence
interval? - ✔✔97.5%

, ✔✔What is the first step in calculating a confidence interval? - ✔✔Arrange observations
in ascending order.

✔✔difference between rmse and rmspe - ✔✔rmse is for training set, rmspe is for testing
set

✔✔code lines for calculating rmse/rmspe - ✔✔fit |>
predict |>
bind_cols |>
metrics |>
filter |>
select |>
pull

✔✔how to make a data analysis reproducible - ✔✔- setting a random seed
- documenting each step during the analysis

✔✔markdown cell - ✔✔- for typing common text, like explanations
- help to organize and explain analysis

✔✔code cell - ✔✔- write and run code for R to use
- performing calculations, forming plots, etc

✔✔what does tbl(conn, "projects") do if conn is a connection to a database - ✔✔- Gets
the data table called "projects" from the database connection "conn"
- Useful because it creates a data frame in R that you can read and work with in R

✔✔why is pipe operator preferred - ✔✔- enhanced clarity when reading and writing the
code
- separates each function in order so steps are clear

✔✔what does facet_grid do - ✔✔splits a plot into multiple plots based on the values of
1-2 variables

✔✔when to use facet_grid - ✔✔to see how a relationship changes across different
categories

✔✔advantage of knn regression compared to linear reg - ✔✔- good fit for all sorts of
data, including nonlinear
- way easier to implement

✔✔disadvantage of knn reg compared to linear reg - ✔✔- slow when there is a lot of
data
- cannot make predictions outside of data range
- cannot interpret based off knn reg since it does not return an equation

Document information

Uploaded on
September 1, 2026
Number of pages
9
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
$17.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
BOARDWALK
3.5
(41)
Sold
287
Followers
11
Items
36042
Last sold
1 week ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions