framework
framework copied to clipboard
Incorrect order of operations when calculating Root Mean Square Error?
https://github.com/accord-net/framework/blob/49f2932a7baf69c7f6113ec82976aecca0c50353/Sources/Accord.Math/Optimization/Losses/SquareLoss.cs#L177-L181
Per the above formual for RMSE, should the order of operations be reversed to correctly calculate the value?