Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

ISYE 6501 Midterm Exam Study Guide Questions And Answers Verified 100% Correct

Beoordeling
-
Verkocht
-
Pagina's
23
Cijfer
A+
Geüpload op
26-06-2025
Geschreven in
2024/2025

ISYE 6501 Midterm Exam Study Guide Questions And Answers Verified 100% Correct What measure is used to determine the quality of a linear regression line to data? - ANSWER Square of the difference between the line and the data points. (Sum squared error.) What is the formula for point error in linear regression? - ANSWER y(i)-Yhat(i)=y(i)- (a(0) + a(i)*x(i) Taking partial derivates and setting them equal to zero and then solving that system equation helps us do what? - ANSWER Minimize the error and optimize the coefficients for linear regression. What does AIC stand for? - ANSWER Akaike Information Criterion What is "Likelihood"? - ANSWER A measure for the probability density for any parameter set. What is Maximum likelihood? - ANSWER Parameters that give the highest probability. What is MLE? - ANSWER Maximum Likelihood Estimate... The set of parameters that minimizes the sum of square errors. What is the formula for AIC? - ANSWER AIC=2k - 2*ln(L*) where L* is the maximum likelihood value and K is the number of parameters estimated. What is the penality term in AIC and what does it do? - ANSWER 2K - It helps prevent overfitting. A models that is fit to random effects and not real ones is said to be? - ANSWER Overfit What does corrected AIC account for? - ANSWER The fact that we cannot have infinitely many data points. If AIC for model 1 is 75 and AIC for model 2 is 80 how do you compute which is better. - ANSWER It is the relative likelyhood: e^((AIC1-AIC2)/2) = 8.2% What does BIC stand for? - ANSWER Bayesian Information Criterion If you have a lot more data than parameters should you use AIC or BIC? - ANSWER BIC If you have "fewer" parameters - ANSWER should you use AIC or BIC?, BIC The "Rule of Thumb" deals with? - ANSWER When comparing two models on the same data set by their BIC scores. In exponential smoothing what does alpha do? - ANSWER Adjust the trade off between current (x_t) and previous values. In exponential how should you adjust for randomness? - ANSWER Make alpha close to 0. In exponential trending, what does Beta do? - ANSWER Adjusts for trending. In exponential smoothing, what is C_t? - ANSWER A multiplicative seasonality factor at time t. In exponential smoothing, what is L? - ANSWER The length of a cycle. In exponential smoothing, what does gamma do? - ANSWER Adjusts how much cycles contribute to the model. In multiplicative seasonality, the first L values of C are set to what? - ANSWER 1. 1-norm - ANSWER Similar to rectilinear distance; measures the sum of the lengths of each dimension 2-norm - ANSWER Similar to Euclidian distance; measures the straight-line length of a vector from the origin. Additive seasonality - ANSWER Seasonal effect that is added to a baseline value. Adjusted R-squared/Adjusted R2 - ANSWER Variant of R2 that encourages simpler models by penalizing the use oftoo many variables. AIC - ANSWER Akaike information criterion Akaike information criterion - ANSWER Model selection technique that trades off between model fit and model complexity. Model with lower AIC is preferred. Generally penalizes complexity less than BIC. Algorithm - ANSWER Step-by-step procedure designed to carry out a task. Analysis of Variance/ANOVA - ANSWER Statistical method for dividing the variation in observations among different sources. Area under curve/AUC - ANSWER Area under the ROC curve; an estimate of the classification model's accuracy. Also called concordance index. ARIMA - ANSWER Autoregressive integrated moving average. Attribute - ANSWER A characteristic or measurement - for example, a person's height or the color of a car. Aka "feature", "covariate" or "predictor" Autoregression - ANSWER Regression technique using past values of time series data as predictors of future values. Autoregressive integrated moving average (ARIMA) - ANSWER Time series model that uses differences between observations when data is nonstationary. Also called Box- Jenkins. Bayes' theorem/Bayes' rule - ANSWER Fundamental rule of conditional probability: � �(

Meer zien Lees minder
Instelling
ISYE 6501
Vak
ISYE 6501

Voorbeeld van de inhoud

ISYE 6501 Midterm Exam Study Guide Questions And
Answers Verified 100% Correct


What measure is used to determine the quality of a linear regression line to data? -
ANSWER Square of the difference between the line and the data points. (Sum squared
error.)

What is the formula for point error in linear regression? - ANSWER y(i)-Yhat(i)=y(i)-
(a(0) + a(i)*x(i)

Taking partial derivates and setting them equal to zero and then solving that system
equation helps us do what? - ANSWER Minimize the error and optimize the coefficients
for linear regression.

What does AIC stand for? - ANSWER Akaike Information Criterion

What is "Likelihood"? - ANSWER A measure for the probability density for any
parameter set.

What is Maximum likelihood? - ANSWER Parameters that give the highest probability.

What is MLE? - ANSWER Maximum Likelihood Estimate... The set of parameters that
minimizes the sum of square errors.

What is the formula for AIC? - ANSWER AIC=2k - 2*ln(L*) where L* is the maximum
likelihood value and K is the number of parameters estimated.

What is the penality term in AIC and what does it do? - ANSWER 2K - It helps prevent
overfitting.

A models that is fit to random effects and not real ones is said to be? - ANSWER
Overfit

What does corrected AIC account for? - ANSWER The fact that we cannot have
infinitely many data points.

If AIC for model 1 is 75 and AIC for model 2 is 80 how do you compute which is better. -
ANSWER It is the relative likelyhood: e^((AIC1-AIC2)/2) = 8.2%

,What does BIC stand for? - ANSWER Bayesian Information Criterion

If you have a lot more data than parameters should you use AIC or BIC? - ANSWER
BIC

If you have "fewer" parameters - ANSWER should you use AIC or BIC?, BIC

The "Rule of Thumb" deals with? - ANSWER When comparing two models on the
same data set by their BIC scores.

In exponential smoothing what does alpha do? - ANSWER Adjust the trade off between
current (x_t) and previous values.

In exponential how should you adjust for randomness? - ANSWER Make alpha close to
0.

In exponential trending, what does Beta do? - ANSWER Adjusts for trending.

In exponential smoothing, what is C_t? - ANSWER A multiplicative seasonality factor at
time t.

In exponential smoothing, what is L? - ANSWER The length of a cycle.

In exponential smoothing, what does gamma do? - ANSWER Adjusts how much cycles
contribute to the model.

In multiplicative seasonality, the first L values of C are set to what? - ANSWER 1.

1-norm - ANSWER Similar to rectilinear distance; measures the sum of the lengths of
each dimension

2-norm - ANSWER Similar to Euclidian distance; measures the straight-line length of a
vector from the origin.

Additive seasonality - ANSWER Seasonal effect that is added to a baseline value.

Adjusted R-squared/Adjusted R2 - ANSWER Variant of R2 that encourages simpler
models by penalizing the use oftoo many variables.

AIC - ANSWER Akaike information criterion

, Akaike information criterion - ANSWER Model selection technique that trades off
between model fit and model complexity. Model with lower AIC is preferred. Generally
penalizes complexity less than BIC.

Algorithm - ANSWER Step-by-step procedure designed to carry out a task.

Analysis of Variance/ANOVA - ANSWER Statistical method for dividing the variation in
observations among different sources.

Area under curve/AUC - ANSWER Area under the ROC curve; an estimate of the
classification model's accuracy. Also called concordance index.

ARIMA - ANSWER Autoregressive integrated moving average.

Attribute - ANSWER A characteristic or measurement - for example, a person's height
or the color of a car. Aka "feature", "covariate" or "predictor"

Autoregression - ANSWER Regression technique using past values of time series data
as predictors of future values.

Autoregressive integrated moving average (ARIMA) - ANSWER Time series model that
uses differences between observations when data is nonstationary. Also called Box-
Jenkins.

Bayes' theorem/Bayes' rule - ANSWER Fundamental rule of conditional probability:
𝑃(𝐴|𝐵) = 𝑃(𝐵|𝐴)𝑃(𝐴) / 𝑃(𝐵) .

Bayesian Information criterion - ANSWER (BIC) Model selection technique that trades
off model fit and model complexity. Generally penalizes complexity more than AIC.
Lower is better.

Bayesian regression - ANSWER Regression model that incorporates estimates of how
coefficients and error are distributed.

BIC - ANSWER Bayesian information criterion

Binary data - ANSWER Data that can take only two different values (true/false, 0/1,
black/white, on/off, etc.).

Binary variable - ANSWER Variable that can take just two values: 0 and 1.

Box and whisker plot - ANSWER Graphical representation data showing the middle

Geschreven voor

Instelling
ISYE 6501
Vak
ISYE 6501

Documentinformatie

Geüpload op
26 juni 2025
Aantal pagina's
23
Geschreven in
2024/2025
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

$13.99
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
TopGradeGuru Teachme2-tutor
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
15
Lid sinds
1 jaar
Aantal volgers
0
Documenten
2395
Laatst verkocht
2 maanden geleden
GRADEHUB

We provide access to a wide range of professionally curated exams for students and educators. It offers high-quality, up-to-date assessment materials tailored to various subjects and academic levels. With instant downloads and affordable pricing, it\'s the go-to resource for exam preparation and academic success.

1.5

2 beoordelingen

5
0
4
0
3
0
2
1
1
1

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen