Summarise the results of diffSCEs
. Calculates the Median
Absolute Deviation (MAD), Mean Absolute Error (MAE) and Root Mean Squared
Error (RMSE) for the various properties and ranks them.
summariseDiff(diff)
diff | Output from |
---|
data.frame with MADs, MAEs, RMSEs, scaled statistics and ranks
#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>summary <- summariseDiff(difference) head(summary)#> Dataset Statistic MAD MADScaled MADRank MAE MAEScaled #> 1 Splat Mean 3.321288e+00 NaN 1 2.979458e+00 NaN #> 2 Splat Variance 8.683727e-02 NaN 1 1.405292e-01 NaN #> 3 Splat ZerosGene 3.500000e+01 NaN 1 4.170500e+01 NaN #> 4 Splat MeanVar 3.967063e-01 NaN 1 4.645264e-01 NaN #> 5 Splat MeanZeros 4.500000e+01 NaN 1 4.350500e+01 NaN #> 6 Splat LibSize 5.777350e+04 NaN 1 5.801215e+04 NaN #> MAERank RMSE RMSEScaled RMSERank #> 1 1 3.344893e+00 NaN 1 #> 2 1 1.900083e-01 NaN 1 #> 3 1 4.601331e+01 NaN 1 #> 4 1 5.744173e-01 NaN 1 #> 5 1 5.298561e+01 NaN 1 #> 6 1 5.913981e+04 NaN 1