Model Fitting

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:02 PM on 4/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

Probability

Long-run relative frequency from a random process

2
New cards

Probability characteristics

  1. Between 0-1

  2. Cannot be negative

  3. Sum of all probabilities over all possible mutually exclusive outcomes must equal 1

  4. If 2 events are mutually exclusive, the probability of observing either events is the sum of their individual probabilities

3
New cards

Independence

Knowledge of one event provides no information about the probability that another event will occur

4
New cards

Joint probability

The probability that 2+ different events will occur P(A,B), P(A & B), P(A intersection B)

5
New cards

Probability density function (pdf)

Describes the probability of an event occurring for a continuous distribution (Total area under the curve is 1)

Ex: Normal distribution is a common pdf

6
New cards

Maximum likelihood estimation (MLE)

Involves finding the parameters that maximize the probability of generating the observed data

Likelihood does NOT equal probability

7
New cards

MLE parameter estimation

Treat the data as fixed and find parameters that maximize the probability of observing that data

<p>Treat the data as fixed and find parameters that maximize the probability of observing that data</p>
8
New cards

Properties of likelihoods

Do not need to sum to one

Relative measure of model fit

Calculating products is difficult, so logs often used

9
New cards

Properties of MLEs

Invariant to log transformations

Asymptotically efficient (lowest possible var)

Asymptotically normally distributed

Asymptotically unbiased

Same as OLS id errors are normal, additive, and with constant var

10
New cards

Nonlinear optimization

Term for trying to find the max/min of a function

11
New cards

Potential problems with nonlinear optimization

  1. Improper starting values

  2. Model specification/coding error

  3. (-LL) function may be undefined for some parameter values

  4. Parameters action problems

  5. Uninformative data