Skip to contents

Compute root mean squared error (RMSE).

Usage

msaenet.rmse(yreal, ypred)

Arguments

yreal

Vector. True response.

ypred

Vector. Predicted response.

Value

RMSE

Author

Nan Xiao <https://nanx.me>