Can the discrete variable be a negative number?Calculating $R^2$ when one variable can only take integer valuesSemi-discrete probability distributionCharacterizing uncertainty in empirical PMF of unknown discrete random distributionAnomaly Detection with Dummy Features (and other Discrete/Categorical Features)Real life examples of distributions with negative skewnessDiscrete uniform random variable(?) taking all rational values in a closed intervalCorrelation or clustering of continuous score and discrete variable statesIs my random variable discrete or continuous?Correlation and significance testing between continuous and discrete dataMCMC: How to choose an efficient proposal distribution with continuous and discrete variables
Purchasing a ticket for someone else in another country?
Crossing the line between justified force and brutality
What happens if you roll doubles 3 times then land on "Go to jail?"
Arithmetic mean geometric mean inequality unclear
How to Reset Passwords on Multiple Websites Easily?
How does buying out courses with grant money work?
Flow chart document symbol
How does it work when somebody invests in my business?
Term for the "extreme-extension" version of a straw man fallacy?
How do I find the solutions of the following equation?
What is paid subscription needed for in Mortal Kombat 11?
Is the destination of a commercial flight important for the pilot?
Inappropriate reference requests from Journal reviewers
How do scammers retract money, while you can’t?
Increase performance creating Mandelbrot set in python
Is expanding the research of a group into machine learning as a PhD student risky?
Different result between scanning in Epson's "color negative film" mode and scanning in positive -> invert curve in post?
How to write papers efficiently when English isn't my first language?
Failed to fetch jessie backports repository
Why are there no referendums in the US?
Do sorcerers' Subtle Spells require a skill check to be unseen?
Two monoidal structures and copowering
Proof of work - lottery approach
Would this custom Sorcerer variant that can only learn any verbal-component-only spell be unbalanced?
Can the discrete variable be a negative number?
Calculating $R^2$ when one variable can only take integer valuesSemi-discrete probability distributionCharacterizing uncertainty in empirical PMF of unknown discrete random distributionAnomaly Detection with Dummy Features (and other Discrete/Categorical Features)Real life examples of distributions with negative skewnessDiscrete uniform random variable(?) taking all rational values in a closed intervalCorrelation or clustering of continuous score and discrete variable statesIs my random variable discrete or continuous?Correlation and significance testing between continuous and discrete dataMCMC: How to choose an efficient proposal distribution with continuous and discrete variables
$begingroup$
I read in a book "An Introduction to Statistical Concepts [3 ed.] p.8):
A numerical variable is a quantitative variable. Numerical variables can further be classified as either discrete or continuous. A discrete variable is defined as a variable that can only take on certain values. For example, the number of children in a family can only take on certain values. Many values are not possible, such as negative values (e.g., the Joneses cannot have −2 children) or decimal values (e.g., the Smiths cannot have 2.2 children). In contrast, a continuous variable is defined as a variable that can take on any value within a certain range given a precise enough measurement instrument.
Question: Does this mean that a discrete variable cannot be a negative number? If a discrete variable cannot be a negative number then please explain why?
distributions discrete-data
$endgroup$
add a comment |
$begingroup$
I read in a book "An Introduction to Statistical Concepts [3 ed.] p.8):
A numerical variable is a quantitative variable. Numerical variables can further be classified as either discrete or continuous. A discrete variable is defined as a variable that can only take on certain values. For example, the number of children in a family can only take on certain values. Many values are not possible, such as negative values (e.g., the Joneses cannot have −2 children) or decimal values (e.g., the Smiths cannot have 2.2 children). In contrast, a continuous variable is defined as a variable that can take on any value within a certain range given a precise enough measurement instrument.
Question: Does this mean that a discrete variable cannot be a negative number? If a discrete variable cannot be a negative number then please explain why?
distributions discrete-data
$endgroup$
1
$begingroup$
consider "$X_t$" is "number of goals scored in match $t$" and let $Y_t=X_t-X_t-1$. (i.e. the change in goals scored from the previous game). $Y_t$ is discrete but can clearly be negative.
$endgroup$
– Glen_b♦
3 hours ago
add a comment |
$begingroup$
I read in a book "An Introduction to Statistical Concepts [3 ed.] p.8):
A numerical variable is a quantitative variable. Numerical variables can further be classified as either discrete or continuous. A discrete variable is defined as a variable that can only take on certain values. For example, the number of children in a family can only take on certain values. Many values are not possible, such as negative values (e.g., the Joneses cannot have −2 children) or decimal values (e.g., the Smiths cannot have 2.2 children). In contrast, a continuous variable is defined as a variable that can take on any value within a certain range given a precise enough measurement instrument.
Question: Does this mean that a discrete variable cannot be a negative number? If a discrete variable cannot be a negative number then please explain why?
distributions discrete-data
$endgroup$
I read in a book "An Introduction to Statistical Concepts [3 ed.] p.8):
A numerical variable is a quantitative variable. Numerical variables can further be classified as either discrete or continuous. A discrete variable is defined as a variable that can only take on certain values. For example, the number of children in a family can only take on certain values. Many values are not possible, such as negative values (e.g., the Joneses cannot have −2 children) or decimal values (e.g., the Smiths cannot have 2.2 children). In contrast, a continuous variable is defined as a variable that can take on any value within a certain range given a precise enough measurement instrument.
Question: Does this mean that a discrete variable cannot be a negative number? If a discrete variable cannot be a negative number then please explain why?
distributions discrete-data
distributions discrete-data
edited 3 hours ago
Sycorax
42.1k12109207
42.1k12109207
asked 3 hours ago
vasili111vasili111
2241312
2241312
1
$begingroup$
consider "$X_t$" is "number of goals scored in match $t$" and let $Y_t=X_t-X_t-1$. (i.e. the change in goals scored from the previous game). $Y_t$ is discrete but can clearly be negative.
$endgroup$
– Glen_b♦
3 hours ago
add a comment |
1
$begingroup$
consider "$X_t$" is "number of goals scored in match $t$" and let $Y_t=X_t-X_t-1$. (i.e. the change in goals scored from the previous game). $Y_t$ is discrete but can clearly be negative.
$endgroup$
– Glen_b♦
3 hours ago
1
1
$begingroup$
consider "$X_t$" is "number of goals scored in match $t$" and let $Y_t=X_t-X_t-1$. (i.e. the change in goals scored from the previous game). $Y_t$ is discrete but can clearly be negative.
$endgroup$
– Glen_b♦
3 hours ago
$begingroup$
consider "$X_t$" is "number of goals scored in match $t$" and let $Y_t=X_t-X_t-1$. (i.e. the change in goals scored from the previous game). $Y_t$ is discrete but can clearly be negative.
$endgroup$
– Glen_b♦
3 hours ago
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Your intuition is correct -- a discrete variable can take on negative values.
The example is just an example: a person can't have $-2$ children, but they can have $-2$ dollars (for example, if you write a bad check, or are in debt).
Discrete variables with negative values exist all over the place. Two prominent examples:
- Rademacher distribution
- Skellam distribution
$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: "65"
;
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
,
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%2fstats.stackexchange.com%2fquestions%2f399832%2fcan-the-discrete-variable-be-a-negative-number%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$
Your intuition is correct -- a discrete variable can take on negative values.
The example is just an example: a person can't have $-2$ children, but they can have $-2$ dollars (for example, if you write a bad check, or are in debt).
Discrete variables with negative values exist all over the place. Two prominent examples:
- Rademacher distribution
- Skellam distribution
$endgroup$
add a comment |
$begingroup$
Your intuition is correct -- a discrete variable can take on negative values.
The example is just an example: a person can't have $-2$ children, but they can have $-2$ dollars (for example, if you write a bad check, or are in debt).
Discrete variables with negative values exist all over the place. Two prominent examples:
- Rademacher distribution
- Skellam distribution
$endgroup$
add a comment |
$begingroup$
Your intuition is correct -- a discrete variable can take on negative values.
The example is just an example: a person can't have $-2$ children, but they can have $-2$ dollars (for example, if you write a bad check, or are in debt).
Discrete variables with negative values exist all over the place. Two prominent examples:
- Rademacher distribution
- Skellam distribution
$endgroup$
Your intuition is correct -- a discrete variable can take on negative values.
The example is just an example: a person can't have $-2$ children, but they can have $-2$ dollars (for example, if you write a bad check, or are in debt).
Discrete variables with negative values exist all over the place. Two prominent examples:
- Rademacher distribution
- Skellam distribution
answered 3 hours ago
SycoraxSycorax
42.1k12109207
42.1k12109207
add a comment |
add a comment |
Thanks for contributing an answer to Cross Validated!
- 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%2fstats.stackexchange.com%2fquestions%2f399832%2fcan-the-discrete-variable-be-a-negative-number%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
1
$begingroup$
consider "$X_t$" is "number of goals scored in match $t$" and let $Y_t=X_t-X_t-1$. (i.e. the change in goals scored from the previous game). $Y_t$ is discrete but can clearly be negative.
$endgroup$
– Glen_b♦
3 hours ago