linear regret Flashcards
(2 cards)
1
Q
how to get a chi squared value
A
sum of i’s [ ((D_i - M(x_i, theta)) / sigma_Di)^2 ]
(where D_i are data points, M is the model, sigma_Di is uncertainty for D_i)
2
Q
how to get k in the chi squared distribution
A
degrees of freedom = no. of data points - no. of model parameters