Is there a word for the value that you compare against a threshold value?
I am writing some software where I count some values and compare it to a threshold. Then if it is below the threshold the value will be highlighted.
Is there a specific word for the value that gets counted / compared to the threshold?
vocabulary
add a comment |
I am writing some software where I count some values and compare it to a threshold. Then if it is below the threshold the value will be highlighted.
Is there a specific word for the value that gets counted / compared to the threshold?
vocabulary
Are you looking for "measurement", "observstion", etc, or even something generic like "data poin t"?
– Dan Bron
Feb 24 '15 at 12:03
Yep, measurement, observation, parameter, data point ... whatever best fits the data being observed and the terminology used elsewhere. The threshold is secondary to the value being compared -- it wouldn't have any significance without that value.
– Hot Licks
Feb 24 '15 at 13:01
Any value that may or may not fulfil some criterion (the criterion here is reaching the threshold) can be qualified as a candidate. You could happily refer to candidate values.
– Lachlan Dominic
Feb 24 '15 at 13:25
1
An example or two would be very helpful.
– ScotM
Feb 24 '15 at 15:40
See also Terms for parts of a comparative
– Andrew Leach♦
Feb 24 '15 at 22:17
add a comment |
I am writing some software where I count some values and compare it to a threshold. Then if it is below the threshold the value will be highlighted.
Is there a specific word for the value that gets counted / compared to the threshold?
vocabulary
I am writing some software where I count some values and compare it to a threshold. Then if it is below the threshold the value will be highlighted.
Is there a specific word for the value that gets counted / compared to the threshold?
vocabulary
vocabulary
asked Feb 24 '15 at 11:15
wobbily_colwobbily_col
992
992
Are you looking for "measurement", "observstion", etc, or even something generic like "data poin t"?
– Dan Bron
Feb 24 '15 at 12:03
Yep, measurement, observation, parameter, data point ... whatever best fits the data being observed and the terminology used elsewhere. The threshold is secondary to the value being compared -- it wouldn't have any significance without that value.
– Hot Licks
Feb 24 '15 at 13:01
Any value that may or may not fulfil some criterion (the criterion here is reaching the threshold) can be qualified as a candidate. You could happily refer to candidate values.
– Lachlan Dominic
Feb 24 '15 at 13:25
1
An example or two would be very helpful.
– ScotM
Feb 24 '15 at 15:40
See also Terms for parts of a comparative
– Andrew Leach♦
Feb 24 '15 at 22:17
add a comment |
Are you looking for "measurement", "observstion", etc, or even something generic like "data poin t"?
– Dan Bron
Feb 24 '15 at 12:03
Yep, measurement, observation, parameter, data point ... whatever best fits the data being observed and the terminology used elsewhere. The threshold is secondary to the value being compared -- it wouldn't have any significance without that value.
– Hot Licks
Feb 24 '15 at 13:01
Any value that may or may not fulfil some criterion (the criterion here is reaching the threshold) can be qualified as a candidate. You could happily refer to candidate values.
– Lachlan Dominic
Feb 24 '15 at 13:25
1
An example or two would be very helpful.
– ScotM
Feb 24 '15 at 15:40
See also Terms for parts of a comparative
– Andrew Leach♦
Feb 24 '15 at 22:17
Are you looking for "measurement", "observstion", etc, or even something generic like "data poin t"?
– Dan Bron
Feb 24 '15 at 12:03
Are you looking for "measurement", "observstion", etc, or even something generic like "data poin t"?
– Dan Bron
Feb 24 '15 at 12:03
Yep, measurement, observation, parameter, data point ... whatever best fits the data being observed and the terminology used elsewhere. The threshold is secondary to the value being compared -- it wouldn't have any significance without that value.
– Hot Licks
Feb 24 '15 at 13:01
Yep, measurement, observation, parameter, data point ... whatever best fits the data being observed and the terminology used elsewhere. The threshold is secondary to the value being compared -- it wouldn't have any significance without that value.
– Hot Licks
Feb 24 '15 at 13:01
Any value that may or may not fulfil some criterion (the criterion here is reaching the threshold) can be qualified as a candidate. You could happily refer to candidate values.
– Lachlan Dominic
Feb 24 '15 at 13:25
Any value that may or may not fulfil some criterion (the criterion here is reaching the threshold) can be qualified as a candidate. You could happily refer to candidate values.
– Lachlan Dominic
Feb 24 '15 at 13:25
1
1
An example or two would be very helpful.
– ScotM
Feb 24 '15 at 15:40
An example or two would be very helpful.
– ScotM
Feb 24 '15 at 15:40
See also Terms for parts of a comparative
– Andrew Leach♦
Feb 24 '15 at 22:17
See also Terms for parts of a comparative
– Andrew Leach♦
Feb 24 '15 at 22:17
add a comment |
6 Answers
6
active
oldest
votes
If you are looking for a term that specifically means "a value that is compared to a threshold" (as opposed to simply a measurement or counter), I doubt you will find one.
However a common term for a value that is used to measure or count something is "metric"
noun Often, metrics. a standard for measuring or evaluating something, especially one that uses figures or statistics: "new metrics for gauging an organization’s diversity;" "pretty good by any metric."
Isn't this more like a synonym for the threshold, not a name for the value that you're comparing against it?
– Barmar
Feb 24 '15 at 16:27
No not at all. A metric is a measure, not a threshold.
– Marv Mills
Feb 25 '15 at 8:52
add a comment |
When you're comparing values against a threshold, it would appear you are devising a tiny (boolean) function/expression. So the value that gets compared would be an argument to the function/expression performing the comparison.
add a comment |
A term for value above a threshold value is "value added."
If the value is below the threshold value, the "value added" is negative.
add a comment |
As programmers we refer to this as a comparand, an operand in a comparison operation.
Strictly speaking the threshold value is also a comparand. But it already has threshold as a more specific apellation.
add a comment |
Could the term you are looking for be below par, the 'threshold' being considered 'par'.
I think that nowadays par is used well beyond the golf course. We also use the metaphor par for the course for all sorts of things. Par is generally seen as a standard for something - which could possibly apply to your threshold.
Though I appreciate that the two words are not identical in meaning, they do have synonymous qualities.
This describes the relation of the value measured to the threshold, it's not a name for the measurement itself.
– Barmar
Feb 24 '15 at 16:27
add a comment |
The term is cutoff.
"If the value is lower than the cutoff, it is highlighted"
2
"Cuttoff" is he threshold.
– Hot Licks
Feb 24 '15 at 23:49
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "97"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fenglish.stackexchange.com%2fquestions%2f230253%2fis-there-a-word-for-the-value-that-you-compare-against-a-threshold-value%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you are looking for a term that specifically means "a value that is compared to a threshold" (as opposed to simply a measurement or counter), I doubt you will find one.
However a common term for a value that is used to measure or count something is "metric"
noun Often, metrics. a standard for measuring or evaluating something, especially one that uses figures or statistics: "new metrics for gauging an organization’s diversity;" "pretty good by any metric."
Isn't this more like a synonym for the threshold, not a name for the value that you're comparing against it?
– Barmar
Feb 24 '15 at 16:27
No not at all. A metric is a measure, not a threshold.
– Marv Mills
Feb 25 '15 at 8:52
add a comment |
If you are looking for a term that specifically means "a value that is compared to a threshold" (as opposed to simply a measurement or counter), I doubt you will find one.
However a common term for a value that is used to measure or count something is "metric"
noun Often, metrics. a standard for measuring or evaluating something, especially one that uses figures or statistics: "new metrics for gauging an organization’s diversity;" "pretty good by any metric."
Isn't this more like a synonym for the threshold, not a name for the value that you're comparing against it?
– Barmar
Feb 24 '15 at 16:27
No not at all. A metric is a measure, not a threshold.
– Marv Mills
Feb 25 '15 at 8:52
add a comment |
If you are looking for a term that specifically means "a value that is compared to a threshold" (as opposed to simply a measurement or counter), I doubt you will find one.
However a common term for a value that is used to measure or count something is "metric"
noun Often, metrics. a standard for measuring or evaluating something, especially one that uses figures or statistics: "new metrics for gauging an organization’s diversity;" "pretty good by any metric."
If you are looking for a term that specifically means "a value that is compared to a threshold" (as opposed to simply a measurement or counter), I doubt you will find one.
However a common term for a value that is used to measure or count something is "metric"
noun Often, metrics. a standard for measuring or evaluating something, especially one that uses figures or statistics: "new metrics for gauging an organization’s diversity;" "pretty good by any metric."
answered Feb 24 '15 at 11:20
Marv MillsMarv Mills
10.9k42154
10.9k42154
Isn't this more like a synonym for the threshold, not a name for the value that you're comparing against it?
– Barmar
Feb 24 '15 at 16:27
No not at all. A metric is a measure, not a threshold.
– Marv Mills
Feb 25 '15 at 8:52
add a comment |
Isn't this more like a synonym for the threshold, not a name for the value that you're comparing against it?
– Barmar
Feb 24 '15 at 16:27
No not at all. A metric is a measure, not a threshold.
– Marv Mills
Feb 25 '15 at 8:52
Isn't this more like a synonym for the threshold, not a name for the value that you're comparing against it?
– Barmar
Feb 24 '15 at 16:27
Isn't this more like a synonym for the threshold, not a name for the value that you're comparing against it?
– Barmar
Feb 24 '15 at 16:27
No not at all. A metric is a measure, not a threshold.
– Marv Mills
Feb 25 '15 at 8:52
No not at all. A metric is a measure, not a threshold.
– Marv Mills
Feb 25 '15 at 8:52
add a comment |
When you're comparing values against a threshold, it would appear you are devising a tiny (boolean) function/expression. So the value that gets compared would be an argument to the function/expression performing the comparison.
add a comment |
When you're comparing values against a threshold, it would appear you are devising a tiny (boolean) function/expression. So the value that gets compared would be an argument to the function/expression performing the comparison.
add a comment |
When you're comparing values against a threshold, it would appear you are devising a tiny (boolean) function/expression. So the value that gets compared would be an argument to the function/expression performing the comparison.
When you're comparing values against a threshold, it would appear you are devising a tiny (boolean) function/expression. So the value that gets compared would be an argument to the function/expression performing the comparison.
answered Feb 24 '15 at 22:15
anemoneanemone
5,3251538
5,3251538
add a comment |
add a comment |
A term for value above a threshold value is "value added."
If the value is below the threshold value, the "value added" is negative.
add a comment |
A term for value above a threshold value is "value added."
If the value is below the threshold value, the "value added" is negative.
add a comment |
A term for value above a threshold value is "value added."
If the value is below the threshold value, the "value added" is negative.
A term for value above a threshold value is "value added."
If the value is below the threshold value, the "value added" is negative.
answered Feb 24 '15 at 23:59
Tom AuTom Au
9,84342552
9,84342552
add a comment |
add a comment |
As programmers we refer to this as a comparand, an operand in a comparison operation.
Strictly speaking the threshold value is also a comparand. But it already has threshold as a more specific apellation.
add a comment |
As programmers we refer to this as a comparand, an operand in a comparison operation.
Strictly speaking the threshold value is also a comparand. But it already has threshold as a more specific apellation.
add a comment |
As programmers we refer to this as a comparand, an operand in a comparison operation.
Strictly speaking the threshold value is also a comparand. But it already has threshold as a more specific apellation.
As programmers we refer to this as a comparand, an operand in a comparison operation.
Strictly speaking the threshold value is also a comparand. But it already has threshold as a more specific apellation.
answered 20 mins ago
Trevor ReidTrevor Reid
916
916
add a comment |
add a comment |
Could the term you are looking for be below par, the 'threshold' being considered 'par'.
I think that nowadays par is used well beyond the golf course. We also use the metaphor par for the course for all sorts of things. Par is generally seen as a standard for something - which could possibly apply to your threshold.
Though I appreciate that the two words are not identical in meaning, they do have synonymous qualities.
This describes the relation of the value measured to the threshold, it's not a name for the measurement itself.
– Barmar
Feb 24 '15 at 16:27
add a comment |
Could the term you are looking for be below par, the 'threshold' being considered 'par'.
I think that nowadays par is used well beyond the golf course. We also use the metaphor par for the course for all sorts of things. Par is generally seen as a standard for something - which could possibly apply to your threshold.
Though I appreciate that the two words are not identical in meaning, they do have synonymous qualities.
This describes the relation of the value measured to the threshold, it's not a name for the measurement itself.
– Barmar
Feb 24 '15 at 16:27
add a comment |
Could the term you are looking for be below par, the 'threshold' being considered 'par'.
I think that nowadays par is used well beyond the golf course. We also use the metaphor par for the course for all sorts of things. Par is generally seen as a standard for something - which could possibly apply to your threshold.
Though I appreciate that the two words are not identical in meaning, they do have synonymous qualities.
Could the term you are looking for be below par, the 'threshold' being considered 'par'.
I think that nowadays par is used well beyond the golf course. We also use the metaphor par for the course for all sorts of things. Par is generally seen as a standard for something - which could possibly apply to your threshold.
Though I appreciate that the two words are not identical in meaning, they do have synonymous qualities.
answered Feb 24 '15 at 12:34
WS2WS2
52.3k28116248
52.3k28116248
This describes the relation of the value measured to the threshold, it's not a name for the measurement itself.
– Barmar
Feb 24 '15 at 16:27
add a comment |
This describes the relation of the value measured to the threshold, it's not a name for the measurement itself.
– Barmar
Feb 24 '15 at 16:27
This describes the relation of the value measured to the threshold, it's not a name for the measurement itself.
– Barmar
Feb 24 '15 at 16:27
This describes the relation of the value measured to the threshold, it's not a name for the measurement itself.
– Barmar
Feb 24 '15 at 16:27
add a comment |
The term is cutoff.
"If the value is lower than the cutoff, it is highlighted"
2
"Cuttoff" is he threshold.
– Hot Licks
Feb 24 '15 at 23:49
add a comment |
The term is cutoff.
"If the value is lower than the cutoff, it is highlighted"
2
"Cuttoff" is he threshold.
– Hot Licks
Feb 24 '15 at 23:49
add a comment |
The term is cutoff.
"If the value is lower than the cutoff, it is highlighted"
The term is cutoff.
"If the value is lower than the cutoff, it is highlighted"
answered Feb 24 '15 at 23:34
Martin KrzywinskiMartin Krzywinski
1,307811
1,307811
2
"Cuttoff" is he threshold.
– Hot Licks
Feb 24 '15 at 23:49
add a comment |
2
"Cuttoff" is he threshold.
– Hot Licks
Feb 24 '15 at 23:49
2
2
"Cuttoff" is he threshold.
– Hot Licks
Feb 24 '15 at 23:49
"Cuttoff" is he threshold.
– Hot Licks
Feb 24 '15 at 23:49
add a comment |
Thanks for contributing an answer to English Language & Usage Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fenglish.stackexchange.com%2fquestions%2f230253%2fis-there-a-word-for-the-value-that-you-compare-against-a-threshold-value%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are you looking for "measurement", "observstion", etc, or even something generic like "data poin t"?
– Dan Bron
Feb 24 '15 at 12:03
Yep, measurement, observation, parameter, data point ... whatever best fits the data being observed and the terminology used elsewhere. The threshold is secondary to the value being compared -- it wouldn't have any significance without that value.
– Hot Licks
Feb 24 '15 at 13:01
Any value that may or may not fulfil some criterion (the criterion here is reaching the threshold) can be qualified as a candidate. You could happily refer to candidate values.
– Lachlan Dominic
Feb 24 '15 at 13:25
1
An example or two would be very helpful.
– ScotM
Feb 24 '15 at 15:40
See also Terms for parts of a comparative
– Andrew Leach♦
Feb 24 '15 at 22:17