susiepca.metrics.mse(X: Array, Xhat: Array) → float[source] Create a function to compute relative root mean square error. Parameters: X: Array¶Input data. Should be a array-like Xhat: Array¶Predicted data. Should be in the same shape with X Returns: relative root mean square error Return type: RRMSE Last update: Feb 13, 2024