pyradef.fitters.residuals

Residual functions for minimization

Functions

mae(x, y)

Mean absolute error.

mse(x, y)

Mean squared error.

msle(x, y)

Mean squared logarithmic error.

rmse(x, y)

Root mean squared error.

rmsle(x, y)

Root mean squared logarithmic error.