-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define a Measurement Level or similar #130
Comments
Unless we come across needs for additional values the enum (can't think of anything better here) should contain the best-known classification with four levels, or scales, of measurement: |
Fine for me. On a minor topic, shouldn't we use
|
If we require additional levels, could also be later, the more recent Christman's topology sounds like a good extension to the original four. So @unitsofmeasurement/experts and @unitsofmeasurement/contributors please vote on either of these options, only one each to make it easier;-) |
A) |
B) |
C) I believe that measurement level in English means something completely different, e.g. the measurement level of the river is 2 meters above the average. |
Done, @dautelle thanks for the reference. It also contains the 4 proposed types. If the group like |
It is of course not a scientific study, but Google give me only 378 hits for "Statistical data type". I get 386,000 hits for "measurement type", but most of them are not related to scale of measurement (I find relationship with frequency, rpm, rate, molecule, etc. instead. See for example MathWork). At least according those non-scientific searches on Google, the most widely accepted term I have found so far is "Level of Measurement". What would be our criterion for choosing a term, if it is not the most accepted meaning? |
Well https://en.wikipedia.org/wiki/Statistical_data_type differentiates between at least 7 data types each also has a Level of Measurement column, so the question is, what level of detail do we want to provide for users of the API? The name frankly I care a bit less. Even |
@werner Thanks for the link, we see appearing again "Level of measurement" :) |
Yep, so we have to decide which of them suits for decision making in relevant operations. There would be very little overhead from an |
May be safer to take a small, well accepted, set on the basis that it is easier to add elements in the future (if desired) than removing them. Steven's 4 |
Although not for JSR 385 AFAIK (if @otaviojava and I talk to the EC tomorrow about the progress of the JSR I'll try to ask that) if there is an update that goes beyond a MR, we would also try to file it as "iterative" JSR next, see JSR 387 which just started its PR. I don't think a JSR that started could be turned "iterative", otherwise we may consider that for 385 already. |
I like ¨LevelOfMeasurement¨, maybe just remove the ¨of¨ to LevelOfMeasurement |
@otaviojava Thanks, but how are the two different, or would you suggest |
Btw, especially the term |
Based on discussions in #95 and related tasks in the RI like unitsofmeasurement/indriya#128 the API should be aware of a
MeasurementLevel
. The term is the most commonly used, also see Wikipedia and blends in very well with the "javax.measure" package or certain elements starting with "Measurement*".Needs #95
The text was updated successfully, but these errors were encountered: