Some measures seem to be of a different type to others, depending on what kind of statements are meaningful. Different scale types try to capture that difference.
Known interval scale types are:
- Nominal
- Ordinal
- Interval
- Ratio
The great thing is, that each scale type builds on the previous one, adding additional properties. I came across a fifth scale type, which comes after the ratio scale type.
The problem is, I only found it in the book Software Metrics: A Rigorous & Practical Approach. also explained on these slides.
Absolute scale measurement is just counting
- The attribute must always be of the form of ‘number of occurrences of x in the entity’
- number of failures observed during integration testing
- number of students in this class
- Only one possible measurement mapping (the actual count)
- All arithmetic is meaningful
A previous definition was, that the absolute scale was simply on a fixed range of values, but the more I seek for it I come across this more simple definition: it's limited to counting.
Any thoughts on this? I feel a bit insecure here.