State Bayes’ theorem.
P(A|B) = P(B|A)P(A)/P(B).
What is a normal distribution?
A symmetric, bell-shaped distribution defined by mean and variance.
What is a Bernoulli distribution?
Models outcomes of a single binary trial with probability p.
What is a Poisson distribution?
Models count of events in a fixed interval given a known rate.
What is p-value in hypothesis testing?
Probability of observing results as extreme as the data if null hypothesis is true.
What is Type I error?
Rejecting a true null hypothesis (false positive).
What is Type II error?
Failing to reject a false null hypothesis (false negative).
What is MLE?
Method of estimating parameters by maximizing likelihood of observed data.
What is eigenvalue?
Scalar indicating how much a linear transformation stretches vectors in a direction. Av=ev
What is matrix multiplication?
Combining two matrices to produce a new matrix via dot products of rows and columns.