How to tell if there is equal variance in a box plot?











up vote
0
down vote

favorite












I'm trying to decide if the variance in these groups in this boxplot are equal, so how can I tell how much variation each group has just looking at the box plot? And how can I tell if they all have equal variance?



Here is the boxplot:



enter image description here










share|cite|improve this question






















  • you can't calculate the variance from these pictures. but you can look at other measures of spread, such as the IQR and range. Honda, for example, has a smaller range and IQR than the others.
    – symplectomorphic
    Jun 1 '14 at 14:57

















up vote
0
down vote

favorite












I'm trying to decide if the variance in these groups in this boxplot are equal, so how can I tell how much variation each group has just looking at the box plot? And how can I tell if they all have equal variance?



Here is the boxplot:



enter image description here










share|cite|improve this question






















  • you can't calculate the variance from these pictures. but you can look at other measures of spread, such as the IQR and range. Honda, for example, has a smaller range and IQR than the others.
    – symplectomorphic
    Jun 1 '14 at 14:57















up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm trying to decide if the variance in these groups in this boxplot are equal, so how can I tell how much variation each group has just looking at the box plot? And how can I tell if they all have equal variance?



Here is the boxplot:



enter image description here










share|cite|improve this question













I'm trying to decide if the variance in these groups in this boxplot are equal, so how can I tell how much variation each group has just looking at the box plot? And how can I tell if they all have equal variance?



Here is the boxplot:



enter image description here







statistics






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Jun 1 '14 at 10:42









joe

49911025




49911025












  • you can't calculate the variance from these pictures. but you can look at other measures of spread, such as the IQR and range. Honda, for example, has a smaller range and IQR than the others.
    – symplectomorphic
    Jun 1 '14 at 14:57




















  • you can't calculate the variance from these pictures. but you can look at other measures of spread, such as the IQR and range. Honda, for example, has a smaller range and IQR than the others.
    – symplectomorphic
    Jun 1 '14 at 14:57


















you can't calculate the variance from these pictures. but you can look at other measures of spread, such as the IQR and range. Honda, for example, has a smaller range and IQR than the others.
– symplectomorphic
Jun 1 '14 at 14:57






you can't calculate the variance from these pictures. but you can look at other measures of spread, such as the IQR and range. Honda, for example, has a smaller range and IQR than the others.
– symplectomorphic
Jun 1 '14 at 14:57












1 Answer
1






active

oldest

votes

















up vote
0
down vote













A boxplot illustrates the range and the interquartile range (IQR), both of which are measures of the variation in a data set. Generally the range is considered to be too easily influenced by extreme values, so the IQR is preferred.



In the data sets above, we can say the following:



Ford, Nissan, Toyota and Volkswagen have similar IQR, so have similar variation (not variance).
Honda and Mitsubishi have similar IQR to each other, which is less than that of the previous group.



You can, however, estimate the variance from a boxplot.



Let me consider the Toyota data.



We have (very roughly):



Smallest value:  400
Lower quartile: 650
Median: 850
Upper quartile: 1200
Largest value: 1500


Although we don't know the sample size, we can still construct a grouped frequency table for the data, with f=25 (25%) for each of the quarters:



          interval    frequency (f)  mid-value (x)    fx        fx^2
400 to 650 25 525 13125 6890625
650 to 850 25 750 18750 14062500
850 to 1200 25 1025 25625 26265625
1200 to 1500 25 1350 33750 45562500
--------------------------------------------------------------
Totals 100 91250 92781250


These can be used to estimate the mean as 912.5 and the variance as 95156.






share|cite|improve this answer





















    Your Answer





    StackExchange.ifUsing("editor", function () {
    return StackExchange.using("mathjaxEditing", function () {
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    });
    });
    }, "mathjax-editing");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "69"
    };
    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',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    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%2fmath.stackexchange.com%2fquestions%2f816885%2fhow-to-tell-if-there-is-equal-variance-in-a-box-plot%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    A boxplot illustrates the range and the interquartile range (IQR), both of which are measures of the variation in a data set. Generally the range is considered to be too easily influenced by extreme values, so the IQR is preferred.



    In the data sets above, we can say the following:



    Ford, Nissan, Toyota and Volkswagen have similar IQR, so have similar variation (not variance).
    Honda and Mitsubishi have similar IQR to each other, which is less than that of the previous group.



    You can, however, estimate the variance from a boxplot.



    Let me consider the Toyota data.



    We have (very roughly):



    Smallest value:  400
    Lower quartile: 650
    Median: 850
    Upper quartile: 1200
    Largest value: 1500


    Although we don't know the sample size, we can still construct a grouped frequency table for the data, with f=25 (25%) for each of the quarters:



              interval    frequency (f)  mid-value (x)    fx        fx^2
    400 to 650 25 525 13125 6890625
    650 to 850 25 750 18750 14062500
    850 to 1200 25 1025 25625 26265625
    1200 to 1500 25 1350 33750 45562500
    --------------------------------------------------------------
    Totals 100 91250 92781250


    These can be used to estimate the mean as 912.5 and the variance as 95156.






    share|cite|improve this answer

























      up vote
      0
      down vote













      A boxplot illustrates the range and the interquartile range (IQR), both of which are measures of the variation in a data set. Generally the range is considered to be too easily influenced by extreme values, so the IQR is preferred.



      In the data sets above, we can say the following:



      Ford, Nissan, Toyota and Volkswagen have similar IQR, so have similar variation (not variance).
      Honda and Mitsubishi have similar IQR to each other, which is less than that of the previous group.



      You can, however, estimate the variance from a boxplot.



      Let me consider the Toyota data.



      We have (very roughly):



      Smallest value:  400
      Lower quartile: 650
      Median: 850
      Upper quartile: 1200
      Largest value: 1500


      Although we don't know the sample size, we can still construct a grouped frequency table for the data, with f=25 (25%) for each of the quarters:



                interval    frequency (f)  mid-value (x)    fx        fx^2
      400 to 650 25 525 13125 6890625
      650 to 850 25 750 18750 14062500
      850 to 1200 25 1025 25625 26265625
      1200 to 1500 25 1350 33750 45562500
      --------------------------------------------------------------
      Totals 100 91250 92781250


      These can be used to estimate the mean as 912.5 and the variance as 95156.






      share|cite|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        A boxplot illustrates the range and the interquartile range (IQR), both of which are measures of the variation in a data set. Generally the range is considered to be too easily influenced by extreme values, so the IQR is preferred.



        In the data sets above, we can say the following:



        Ford, Nissan, Toyota and Volkswagen have similar IQR, so have similar variation (not variance).
        Honda and Mitsubishi have similar IQR to each other, which is less than that of the previous group.



        You can, however, estimate the variance from a boxplot.



        Let me consider the Toyota data.



        We have (very roughly):



        Smallest value:  400
        Lower quartile: 650
        Median: 850
        Upper quartile: 1200
        Largest value: 1500


        Although we don't know the sample size, we can still construct a grouped frequency table for the data, with f=25 (25%) for each of the quarters:



                  interval    frequency (f)  mid-value (x)    fx        fx^2
        400 to 650 25 525 13125 6890625
        650 to 850 25 750 18750 14062500
        850 to 1200 25 1025 25625 26265625
        1200 to 1500 25 1350 33750 45562500
        --------------------------------------------------------------
        Totals 100 91250 92781250


        These can be used to estimate the mean as 912.5 and the variance as 95156.






        share|cite|improve this answer












        A boxplot illustrates the range and the interquartile range (IQR), both of which are measures of the variation in a data set. Generally the range is considered to be too easily influenced by extreme values, so the IQR is preferred.



        In the data sets above, we can say the following:



        Ford, Nissan, Toyota and Volkswagen have similar IQR, so have similar variation (not variance).
        Honda and Mitsubishi have similar IQR to each other, which is less than that of the previous group.



        You can, however, estimate the variance from a boxplot.



        Let me consider the Toyota data.



        We have (very roughly):



        Smallest value:  400
        Lower quartile: 650
        Median: 850
        Upper quartile: 1200
        Largest value: 1500


        Although we don't know the sample size, we can still construct a grouped frequency table for the data, with f=25 (25%) for each of the quarters:



                  interval    frequency (f)  mid-value (x)    fx        fx^2
        400 to 650 25 525 13125 6890625
        650 to 850 25 750 18750 14062500
        850 to 1200 25 1025 25625 26265625
        1200 to 1500 25 1350 33750 45562500
        --------------------------------------------------------------
        Totals 100 91250 92781250


        These can be used to estimate the mean as 912.5 and the variance as 95156.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Apr 20 '15 at 23:54









        tomi

        6,18611132




        6,18611132






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Mathematics 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.


            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2fmath.stackexchange.com%2fquestions%2f816885%2fhow-to-tell-if-there-is-equal-variance-in-a-box-plot%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

            To store a contact into the json file from server.js file using a class in NodeJS

            Redirect URL with Chrome Remote Debugging Android Devices

            Dieringhausen