Get error summary statistics for any given compressibility correlation. A quick way to show an error summary between any of the indicated correlations and the Standing-Katz chart.
MSE: Mean Squared Error RMSE: Root Mean Squared Error RSS: Residual sum of Squares RMSLE: Root Mean Squared Logarithmic Error. Penalizes understimation. MAPE: Mean Absolute Percentage Error = AARE MPE: Mean Percentage error = ARE MAE: Mean Absolute Error
z.stats(correlation = "DAK", pprRange = "lp", interval = "coarse")
correlation | identifier. Can be "HY", "DAK", "DPR" "N10", "SH" |
---|---|
pprRange | low (lp) or high (hp) chart area of the Standing-Katz chart |
interval | quality of the Ppr scale. Coarse: every 1.0; Fine: every 0.5 |
# NOT RUN { # error statistics for the Dranchuk-AbouKassem correlation z.stats("DAK") # }