phygnn.utilities.loss_metrics.mbe

mbe(y_true, y_predicted)[source]

Calculate the (absolute) Mean Bias Error (MBE).

Note that this is actually abs(mbe) so that the NN doesnt predict a large negative mbe.