kan-qi / UMLx

Analyze software architecture and generate insights about software development complexities, risks, and costs.
3 stars 0 forks source link

extend the list of accuracy measures #641

Open kan-qi opened 4 years ago

kan-qi commented 4 years ago

currently, we evaluate our models using this list of measures:

image

which are majorly based on relative error:

image

to extend our evaluation of the models, let's add the following measures:

image

The added ones are based on absolute error and squared errors.

Goal: write the functions in R for the new accuracy measures. put the functions to the R script as shown in the first screenshot.