Free GARP FRM Part I Quantitative Analysis Practice Questions
Practice 200 free Quantitative Analysis questions for GARP FRM Part I.
Sample Questions
As model complexity increases, the model fits training data more closely, reducing bias (the error from overly simplistic assumptions). However, the model becomes more sensitive to the specific training data used, increasing variance (the error from sensitivity to small fluctuations in the training set). This is the fundamental bias-variance tradeoff.
For simple linear regression: SSE = SST - SSR = 450 - 360 = 90. df_regression = 1 (one independent variable); df_residual = n - 2 = 25 - 2 = 23. MSR = SSR / df_regression = 360 / 1 = 360. MSE = SSE / df_residual = 90 / 23 = 3.913. F = MSR / MSE = 360 / 3.913 = 92.0.