Week 5 Least Square, Chi-Squared, Correlation Flashcards
what are the two ways to calculate joint probability
calculate directly if you know their analytical representation
require a full description of their individual probabilities so the product can be calculated numerically
what does the prior probability from Bayesian statistics represent
degree of belief in a quantity/parameter that is to be estimated before some evidence is taken into account
what are prior probabilities used for
constraining parameters
define the two types of priors
flat priors - constant and independent of parameters
improper priors - priors can’t be normalised to a finite value
what is the chi squared equation for a function f(xi, θ)
X^2(θ) = Σ[(yi - f(xi, θ))^2 / σi^2]
what is chi squared used for
calculating the best fit parameters to a model given data
what is the addition of two independent chi squared equation
X(k)^2 + X(j)^2 = X(k+j)^2
when we have the function f(x; θ) that is a non linear function of θ what can be said
there is no general analytical solution to solve the M equations of each parameter. The MLE can only be found numerically
when we have a distribution with N independent measures and a Gaussian error how do we get the best average of all elements
we minimize chi squared
what is the chi squared equation for correlated measurements
X^2 = ΣiΣj[(yi - θ) V^-1(yj - θ)