Skip to contents

Compute mean absolute error (MAE).

Usage

msaenet.mae(yreal, ypred)

Arguments

yreal

Vector. True response.

ypred

Vector. Predicted response.

Value

MAE

Author

Nan Xiao <https://nanx.me>