function to display key statistics of linear regression result
regression_summary(Y, X, Y_header, X_header)
n x 1 vector, the output data we are attempting to fit
n x m matrix, the input parameters
string, descriptive label of Y data
1 x m vector of strings, descriptive labels of input parameters