What is the method of moments?
A: - more straightforward than the alternatives
D: - parameters are not necessarily the most likely ones
- parameter values may be outside their acceptable ranges
What is maximum likelihood estimates (MLE)?
A: - only generates parameter values that are within the acceptable ranges
Outline ordinary least squares (OLS) regression.
b = (X’X)^-1X’Y
Outline generalised least squares (GLS) regression.
Outline how the fit of GLS regression might be tested.
Outline the testing of modelling based on a likelihood function.
Testing of the fit for Principal Component Analysis (PCA).
Testing of the fit for Singular value decomposition (SVD).
How are models selected?
Outlines Bayesian networks.
A: - explicitly model cause and effect
How are models validated?