Is there a word for the value that you compare against a threshold value?












-1















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?










share|improve this question























  • 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
















-1















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?










share|improve this question























  • 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














-1












-1








-1


1






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?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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



















  • 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










6 Answers
6






active

oldest

votes


















0














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."







share|improve this answer
























  • 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



















0














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.






share|improve this answer































    0














    A term for value above a threshold value is "value added."



    If the value is below the threshold value, the "value added" is negative.






    share|improve this answer































      0














      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.






      share|improve this answer































        -1














        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.






        share|improve this answer
























        • 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



















        -2














        The term is cutoff.



        "If the value is lower than the cutoff, it is highlighted"






        share|improve this answer



















        • 2





          "Cuttoff" is he threshold.

          – Hot Licks
          Feb 24 '15 at 23:49











        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
        });


        }
        });














        draft saved

        draft discarded


















        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









        0














        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."







        share|improve this answer
























        • 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
















        0














        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."







        share|improve this answer
























        • 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














        0












        0








        0







        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."







        share|improve this answer













        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."








        share|improve this answer












        share|improve this answer



        share|improve this answer










        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



















        • 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













        0














        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.






        share|improve this answer




























          0














          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.






          share|improve this answer


























            0












            0








            0







            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.






            share|improve this answer













            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.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Feb 24 '15 at 22:15









            anemoneanemone

            5,3251538




            5,3251538























                0














                A term for value above a threshold value is "value added."



                If the value is below the threshold value, the "value added" is negative.






                share|improve this answer




























                  0














                  A term for value above a threshold value is "value added."



                  If the value is below the threshold value, the "value added" is negative.






                  share|improve this answer


























                    0












                    0








                    0







                    A term for value above a threshold value is "value added."



                    If the value is below the threshold value, the "value added" is negative.






                    share|improve this answer













                    A term for value above a threshold value is "value added."



                    If the value is below the threshold value, the "value added" is negative.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Feb 24 '15 at 23:59









                    Tom AuTom Au

                    9,84342552




                    9,84342552























                        0














                        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.






                        share|improve this answer




























                          0














                          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.






                          share|improve this answer


























                            0












                            0








                            0







                            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.






                            share|improve this answer













                            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.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered 20 mins ago









                            Trevor ReidTrevor Reid

                            916




                            916























                                -1














                                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.






                                share|improve this answer
























                                • 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
















                                -1














                                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.






                                share|improve this answer
























                                • 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














                                -1












                                -1








                                -1







                                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.






                                share|improve this answer













                                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.







                                share|improve this answer












                                share|improve this answer



                                share|improve this answer










                                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



















                                • 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











                                -2














                                The term is cutoff.



                                "If the value is lower than the cutoff, it is highlighted"






                                share|improve this answer



















                                • 2





                                  "Cuttoff" is he threshold.

                                  – Hot Licks
                                  Feb 24 '15 at 23:49
















                                -2














                                The term is cutoff.



                                "If the value is lower than the cutoff, it is highlighted"






                                share|improve this answer



















                                • 2





                                  "Cuttoff" is he threshold.

                                  – Hot Licks
                                  Feb 24 '15 at 23:49














                                -2












                                -2








                                -2







                                The term is cutoff.



                                "If the value is lower than the cutoff, it is highlighted"






                                share|improve this answer













                                The term is cutoff.



                                "If the value is lower than the cutoff, it is highlighted"







                                share|improve this answer












                                share|improve this answer



                                share|improve this answer










                                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














                                • 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


















                                draft saved

                                draft discarded




















































                                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.




                                draft saved


                                draft discarded














                                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





















































                                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







                                Popular posts from this blog

                                Усть-Каменогорск

                                Халкинская богословская школа

                                Where does the word Sparryheid come from and mean?