<< rank_data CHE3007S rolling_average >>

CHE3007S >> CHE3007S > regression_summary

regression_summary

function to display key statistics of linear regression result

Syntax

regression_summary(Y, X, Y_header, X_header)

Parameters

Y:

n x 1 vector, the output data we are attempting to fit

X:

n x m matrix, the input parameters

Y_header:

string, descriptive label of Y data

X_header:

1 x m vector of strings, descriptive labels of input parameters


Report an issue
<< rank_data CHE3007S rolling_average >>