How to Group an Uneven Amount of Data into Classes in a Frequency Table
$begingroup$
I am currently in a "Statistics and Probability" course in college. We were taught to calculate the number of classes with the formula 3.33*log(N)+1. In my example, there were 40 data items, so the number of classes would be 6.33 = 6. The Cj (number of whole numbers in each row) is range / #classes. In my example, 48/6=8.
To construct the frequency table, we start with the first element (19 in this example), and add Cj-1 (7) to get the upper limit. So, 19-26, 27-34, etc. The data I am working with is only whole numbers.
My maximum is 67. If I construct the classes of the frequency table, it would look like this:
19-26
27-34
35-42
43-50
51-58
59-66
Unfortunately, this doesn't include 67. Should I simply add 1 to the last class (59-67), or would it be equally acceptable to add one to the upper limit of the first class, causing the intervals of each class to look like the following:
19-27
28-35
36-43
44-51
52-59
60-67
Which is the preffered method, or are both equally acceptable? Or is there another way?
Thank you for any and all help.
statistics
$endgroup$
add a comment |
$begingroup$
I am currently in a "Statistics and Probability" course in college. We were taught to calculate the number of classes with the formula 3.33*log(N)+1. In my example, there were 40 data items, so the number of classes would be 6.33 = 6. The Cj (number of whole numbers in each row) is range / #classes. In my example, 48/6=8.
To construct the frequency table, we start with the first element (19 in this example), and add Cj-1 (7) to get the upper limit. So, 19-26, 27-34, etc. The data I am working with is only whole numbers.
My maximum is 67. If I construct the classes of the frequency table, it would look like this:
19-26
27-34
35-42
43-50
51-58
59-66
Unfortunately, this doesn't include 67. Should I simply add 1 to the last class (59-67), or would it be equally acceptable to add one to the upper limit of the first class, causing the intervals of each class to look like the following:
19-27
28-35
36-43
44-51
52-59
60-67
Which is the preffered method, or are both equally acceptable? Or is there another way?
Thank you for any and all help.
statistics
$endgroup$
add a comment |
$begingroup$
I am currently in a "Statistics and Probability" course in college. We were taught to calculate the number of classes with the formula 3.33*log(N)+1. In my example, there were 40 data items, so the number of classes would be 6.33 = 6. The Cj (number of whole numbers in each row) is range / #classes. In my example, 48/6=8.
To construct the frequency table, we start with the first element (19 in this example), and add Cj-1 (7) to get the upper limit. So, 19-26, 27-34, etc. The data I am working with is only whole numbers.
My maximum is 67. If I construct the classes of the frequency table, it would look like this:
19-26
27-34
35-42
43-50
51-58
59-66
Unfortunately, this doesn't include 67. Should I simply add 1 to the last class (59-67), or would it be equally acceptable to add one to the upper limit of the first class, causing the intervals of each class to look like the following:
19-27
28-35
36-43
44-51
52-59
60-67
Which is the preffered method, or are both equally acceptable? Or is there another way?
Thank you for any and all help.
statistics
$endgroup$
I am currently in a "Statistics and Probability" course in college. We were taught to calculate the number of classes with the formula 3.33*log(N)+1. In my example, there were 40 data items, so the number of classes would be 6.33 = 6. The Cj (number of whole numbers in each row) is range / #classes. In my example, 48/6=8.
To construct the frequency table, we start with the first element (19 in this example), and add Cj-1 (7) to get the upper limit. So, 19-26, 27-34, etc. The data I am working with is only whole numbers.
My maximum is 67. If I construct the classes of the frequency table, it would look like this:
19-26
27-34
35-42
43-50
51-58
59-66
Unfortunately, this doesn't include 67. Should I simply add 1 to the last class (59-67), or would it be equally acceptable to add one to the upper limit of the first class, causing the intervals of each class to look like the following:
19-27
28-35
36-43
44-51
52-59
60-67
Which is the preffered method, or are both equally acceptable? Or is there another way?
Thank you for any and all help.
statistics
statistics
asked Jan 30 at 13:45
chessplayerjameschessplayerjames
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The preferred way to construct histogram boundaries is not trivial. Ideally, there are several things to consider:
- The bins should be of equal width.
- Choose the number of bins so that you can get a good picture of your data.
- No data point should fall on a boundary (in your case, with whole number data, you can just consider the boundaries to be on the halves so that this isn't an issue).
So you definitely don't want to make only one bin wider. I would recommend making all the bins wider by 1. It's far more preferable to have the lower end of the first bin be smaller than your minimum data point, than to have unequal width bins. The same goes for the high end: it's ok if the right-hand end of the highest bin is larger than the maximum of your data set.
$endgroup$
add a comment |
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',
autoActivateHeartbeat: false,
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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%2fmath.stackexchange.com%2fquestions%2f3093538%2fhow-to-group-an-uneven-amount-of-data-into-classes-in-a-frequency-table%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
$begingroup$
The preferred way to construct histogram boundaries is not trivial. Ideally, there are several things to consider:
- The bins should be of equal width.
- Choose the number of bins so that you can get a good picture of your data.
- No data point should fall on a boundary (in your case, with whole number data, you can just consider the boundaries to be on the halves so that this isn't an issue).
So you definitely don't want to make only one bin wider. I would recommend making all the bins wider by 1. It's far more preferable to have the lower end of the first bin be smaller than your minimum data point, than to have unequal width bins. The same goes for the high end: it's ok if the right-hand end of the highest bin is larger than the maximum of your data set.
$endgroup$
add a comment |
$begingroup$
The preferred way to construct histogram boundaries is not trivial. Ideally, there are several things to consider:
- The bins should be of equal width.
- Choose the number of bins so that you can get a good picture of your data.
- No data point should fall on a boundary (in your case, with whole number data, you can just consider the boundaries to be on the halves so that this isn't an issue).
So you definitely don't want to make only one bin wider. I would recommend making all the bins wider by 1. It's far more preferable to have the lower end of the first bin be smaller than your minimum data point, than to have unequal width bins. The same goes for the high end: it's ok if the right-hand end of the highest bin is larger than the maximum of your data set.
$endgroup$
add a comment |
$begingroup$
The preferred way to construct histogram boundaries is not trivial. Ideally, there are several things to consider:
- The bins should be of equal width.
- Choose the number of bins so that you can get a good picture of your data.
- No data point should fall on a boundary (in your case, with whole number data, you can just consider the boundaries to be on the halves so that this isn't an issue).
So you definitely don't want to make only one bin wider. I would recommend making all the bins wider by 1. It's far more preferable to have the lower end of the first bin be smaller than your minimum data point, than to have unequal width bins. The same goes for the high end: it's ok if the right-hand end of the highest bin is larger than the maximum of your data set.
$endgroup$
The preferred way to construct histogram boundaries is not trivial. Ideally, there are several things to consider:
- The bins should be of equal width.
- Choose the number of bins so that you can get a good picture of your data.
- No data point should fall on a boundary (in your case, with whole number data, you can just consider the boundaries to be on the halves so that this isn't an issue).
So you definitely don't want to make only one bin wider. I would recommend making all the bins wider by 1. It's far more preferable to have the lower end of the first bin be smaller than your minimum data point, than to have unequal width bins. The same goes for the high end: it's ok if the right-hand end of the highest bin is larger than the maximum of your data set.
answered Jan 30 at 14:20
Adrian KeisterAdrian Keister
5,26971933
5,26971933
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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%2fmath.stackexchange.com%2fquestions%2f3093538%2fhow-to-group-an-uneven-amount-of-data-into-classes-in-a-frequency-table%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');
});
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');
});
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');
});
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