100% de satisfacción garantizada Inmediatamente disponible después del pago Tanto en línea como en PDF No estas atado a nada
logo-home
Econometrics Summary - ENDTERM UVA EBE 7,49 €   Añadir al carrito

Resumen

Econometrics Summary - ENDTERM UVA EBE

1 revisar
 89 vistas  1 veces vendidas
  • Grado
  • Institución
  • Book

This document is a summary of everything you need to know for the endterm (and midterm) of the course 'Econometrics' (6012B0453Y) at the University of Amsterdam, taught by Hans van Ophem. This document includes the following topics: log and ln, expected value, variance, covariance, estimators, simp...

[Mostrar más]

Vista previa 1 fuera de 10  páginas

  • No
  • Desconocido
  • 15 de junio de 2023
  • 10
  • 2022/2023
  • Resumen

1  revisar

review-writer-avatar

Por: wesleytebiesebeek • 1 año hace

reply-writer-avatar

Por: Helena0207 • 1 año hace

Thank you for the rating! Good luck on the exam!

avatar-seller
Econometrics Summary
Rules for log and ln
log 𝑏 (𝑐 ) = 𝑘 → 𝑏𝑘 = 𝑐
ln(𝑐 ) = log𝑒 (𝑐 ) = 𝑘 → 𝑒𝑘 = 𝑐

ln(𝑥𝑦) = ln(𝑥 ) + ln⁡(𝑦) ln(𝑒) = 1 1
𝑥 𝑥 −1 =
ln ( ) = ln(𝑥 ) − ln(𝑦) ln(1) = 0 𝑥
𝑦 1 √𝑥 = 𝑥 1/2
ln ( ) = −ln⁡(𝑥)
ln(𝑥 𝑦 ) = 𝑦 ∙ ln⁡(𝑥) 𝑥
Expected value
𝐸 (𝑋 + 𝑌 ) = 𝐸 (𝑋 ) + 𝐸 (𝑌 )
𝐸 (𝑋𝑌) = 𝐸 (𝑋) ∙ 𝐸(𝑌) → need independence!
𝐸 (∑𝑛𝑖=1 𝑥𝑖 ) = ∑𝑛𝑖=1 𝐸(𝑥𝑖 )⁡
𝐸 (𝑐 ∙ 𝑋) = 𝑐 ∙ 𝐸(𝑋)

Law of iterated expectations: 𝐸(𝛽̂1 ) = 𝐸 (𝐸(𝛽̂1 |𝑥)) = 𝐸 (𝛽1 ) = 𝛽1

Variance and covariance
𝜎𝑌2 = 𝑣𝑎𝑟(𝑌) = 𝐸 ((𝑌 − 𝑌̅ )2 ) = 𝐸 (𝑌 2 ) − 𝑌̅ 2
1 2
𝑆𝑌2 = ∑𝑛𝑖=1(𝑌𝑖 − 𝑌̅ )
𝑛−1

𝜎𝑋𝑌 = 𝑐𝑜𝑣(𝑋, 𝑌) = 𝐸((𝑋 − 𝑋̅)(𝑌 − 𝑌̅)) = 𝐸 (𝑋𝑌) − 𝑋̅ 𝑌̅
1
𝑆𝑋𝑌 = ∑𝑛𝑖=1((𝑋𝑖 − 𝑋̅)(𝑌𝑖 − 𝑌̅))
𝑛−1 Dependent
on scale
𝑣𝑎𝑟(𝑋 + 𝑌) = 𝑣𝑎𝑟(𝑋) + 𝑣𝑎𝑟(𝑌) + 2 ∙ 𝑐𝑜𝑣(𝑋, 𝑌)
𝑣𝑎𝑟(𝑐 ∙ 𝑋) = 𝑐 2 ∙ 𝑣𝑎𝑟(𝑋)
𝑣𝑎𝑟(𝑎 ∙ 𝑋 + 𝑏 ∙ 𝑌) = 𝑎2 ∙ 𝑣𝑎𝑟(𝑋) + 𝑏2 ∙ 𝑣𝑎𝑟(𝑌) + 2𝑎𝑏 ∙ 𝑐𝑜𝑣(𝑋, 𝑌)

𝑐𝑜𝑣(𝑋, 𝑋) = 𝑣𝑎𝑟(𝑋)
𝑐𝑜𝑣(𝑎 ∙ 𝑋, 𝑏 ∙ 𝑌) = 𝑎𝑏 ∙ 𝑐𝑜𝑣(𝑋, 𝑌)
𝑐𝑜𝑣(𝑎𝑋 + 𝑏𝑌 + 𝑐, 𝑤) = 𝑎 ∙ 𝑐𝑜𝑣(𝑋, 𝑤) + 𝑏 ∙ 𝑐𝑜𝑣(𝑌, 𝑤)

Estimators → are random!
We try to estimate a population parameter. This is usually unknown, except in a Monte Carlo
Analysis.
• Unbiasedness: 𝐸 (𝑋̅) = 𝜇
• Consistency: 𝑣𝑎𝑟(𝑋̅) → 0 as 𝑛 → ∞
AND the estimator is asymptotically (“as 𝑛 → ∞”) unbiased!
Simple regression
𝑌𝑖 = 𝛽0 + 𝛽1 𝑋𝑖 + 𝑢𝑖 (population)
→ 𝛽1 measures the unit change in 𝑌, per unit change in 𝑋

We estimate 𝛽0 and 𝛽1 by min ∑𝑒𝑖2
𝑌̂𝑖 = 𝛽̂0 + 𝛽̂1 𝑋𝑖 (fitted value)
𝑒𝑖 = 𝑢̂𝑖 = 𝑌𝑖 − 𝑌̂𝑖 = 𝑌𝑖 − 𝛽̂0 − 𝛽̂1 𝑋𝑖
2
min ∑𝑒𝑖2 = min ∑(𝑌𝑖 − 𝛽̂0 − 𝛽̂1 𝑋𝑖 )
1. Take the first derivative with respect to 𝛽0 and/or 𝛽1
2. Set equal to 0 and solve for 𝛽0 or 𝛽1

𝛽̂0 = 𝑌̅ − 𝛽̂1 𝑋̅
𝑠 𝑠𝑎𝑚𝑝𝑙𝑒⁡𝑐𝑜𝑣(𝑌,𝑋) ∑(𝑋𝑖−𝑋̅)(𝑌𝑖−𝑌̅ )
𝛽̂1 = 𝑠𝑌𝑋
2 = 𝑠𝑎𝑚𝑝𝑙𝑒⁡𝑣𝑎𝑟(𝑋) =
𝑋 ∑(𝑋 −𝑋̅)2
𝑖

Least Squares Assumptions
1) 𝜀𝑖 is a random variable with 𝐸 (𝜀𝑖 |𝑋) = 0
2) (𝑌𝑖 , 𝑋𝑖 ) are i.i.d.
3) Large outliers are unlikely → finite nonzero 4th moments → kurtosis is finite


1

Los beneficios de comprar resúmenes en Stuvia estan en línea:

Garantiza la calidad de los comentarios

Garantiza la calidad de los comentarios

Compradores de Stuvia evaluaron más de 700.000 resúmenes. Así estas seguro que compras los mejores documentos!

Compra fácil y rápido

Compra fácil y rápido

Puedes pagar rápidamente y en una vez con iDeal, tarjeta de crédito o con tu crédito de Stuvia. Sin tener que hacerte miembro.

Enfócate en lo más importante

Enfócate en lo más importante

Tus compañeros escriben los resúmenes. Por eso tienes la seguridad que tienes un resumen actual y confiable. Así llegas a la conclusión rapidamente!

Preguntas frecuentes

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

100% de satisfacción garantizada: ¿Cómo funciona?

Nuestra garantía de satisfacción le asegura que siempre encontrará un documento de estudio a tu medida. Tu rellenas un formulario y nuestro equipo de atención al cliente se encarga del resto.

Who am I buying this summary from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller Helena0207. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy this summary for 7,49 €. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

45,681 summaries were sold in the last 30 days

Founded in 2010, the go-to place to buy summaries for 14 years now

Empieza a vender
7,49 €  1x  vendido
  • (1)
  Añadir