In the presence of heteroskedasticity, is quantile regression more appropiate than OLS? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)When is quantile regression worse than OLS?Quantile regression and heteroscedasticity/autocorrelationHelp clarify the implication of linearity in an Ordinary Least Squares (OLS) RegressionHeteroskedasticity in my regression model?Terminology for regression with more than 1 independent variable and more than 1 dependent variable?Non-normality in OLS regressionWhat are the assumptions for applying a quantile regression model?Predicting values using quantile regressionheteroskedasticity and quantile regressionWhat are the advantages of linear regression over quantile regression?
Who can become a wight?
Is my guitar’s action too high?
Why doesn't the university give past final exams' answers?
Has a Nobel Peace laureate ever been accused of war crimes?
Why aren't these two solutions equivalent? Combinatorics problem
Can the van der Waals coefficients be negative in the van der Waals equation for real gases?
What kind of capacitor is this in the image?
Can a Knight grant Knighthood to another?
Pointing to problems without suggesting solutions
Coin Game with infinite paradox
Why isn't everyone flabbergasted about Bran's "gift"?
Unix AIX passing variable and arguments to expect and spawn
What could prevent concentrated local exploration?
Are Flameskulls resistant to magical piercing damage?
Can I feed enough spin up electron to a black hole to affect its angular momentum?
Why "Go Out and Learn"
Does Prince Arnaud cause someone holding the Princess to lose?
How can I introduce the names of fantasy creatures to the reader?
Why do C and C++ allow the expression (int) + 4*5?
2 sample t test for sample sizes - 30,000 and 150,000
Can a Wizard take the Magic Initiate feat and select spells from the Wizard list?
Combining list in a Cartesian product format with addition operation?
Like totally amazing interchangeable sister outfit accessory swapping or whatever
Can 'non' with gerundive mean both lack of obligation and negative obligation?
In the presence of heteroskedasticity, is quantile regression more appropiate than OLS?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)When is quantile regression worse than OLS?Quantile regression and heteroscedasticity/autocorrelationHelp clarify the implication of linearity in an Ordinary Least Squares (OLS) RegressionHeteroskedasticity in my regression model?Terminology for regression with more than 1 independent variable and more than 1 dependent variable?Non-normality in OLS regressionWhat are the assumptions for applying a quantile regression model?Predicting values using quantile regressionheteroskedasticity and quantile regressionWhat are the advantages of linear regression over quantile regression?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
..for understanding the relationship between a dependent and independent variables, given that quantile regression makes no assumptions about the distribution of the residual.
multiple-regression least-squares inference heteroscedasticity
$endgroup$
add a comment |
$begingroup$
..for understanding the relationship between a dependent and independent variables, given that quantile regression makes no assumptions about the distribution of the residual.
multiple-regression least-squares inference heteroscedasticity
$endgroup$
add a comment |
$begingroup$
..for understanding the relationship between a dependent and independent variables, given that quantile regression makes no assumptions about the distribution of the residual.
multiple-regression least-squares inference heteroscedasticity
$endgroup$
..for understanding the relationship between a dependent and independent variables, given that quantile regression makes no assumptions about the distribution of the residual.
multiple-regression least-squares inference heteroscedasticity
multiple-regression least-squares inference heteroscedasticity
asked 6 hours ago
StatsScaredStatsScared
323516
323516
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If you are really interested in determining how the conditional mean value of the dependent variable varies with the independent variables, then you would address this question by using:
- Ordinary least squares regression in the absence of heteroskedasticity;
- Generalized least squares regression or weighted least squares regression in the presence of heteroskedasticity.
On the other hand, if you are interested in determining how the quantiles of the conditional distribution of the dependent variable vary with the independent variables, then you would address that via quantile regression.
All of these regression techniques target some aspect(s) of the conditional distribution of the dependent variable given the independent variables. Usually, you would choose the aspect relevant to your study based on subject matter considerations.
In some cases, focusing on a single aspect of that distribution (e.g., conditional mean or conditional median) is sufficient given the study purposes.
In other cases, a more comprehensive look at the entire conditional distribution is necessary, which can be obtained by focusing on an appropriately selected set of quantiles of that distribution.
So what is appropriate depends primarily on the study question, though it also has to take into account features present in the data used to elucidate this question, such as presence/absence of heteroscedasticity when the study question involves the conditional mean of the dependent variable. Note that, if the study question concerns quantiles of the conditional distribution of the dependent variable, then quantile regression is appropriate whether or not heteroskedasticity is present.
$endgroup$
add a comment |
Your Answer
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%2f404403%2fin-the-presence-of-heteroskedasticity-is-quantile-regression-more-appropiate-th%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$
If you are really interested in determining how the conditional mean value of the dependent variable varies with the independent variables, then you would address this question by using:
- Ordinary least squares regression in the absence of heteroskedasticity;
- Generalized least squares regression or weighted least squares regression in the presence of heteroskedasticity.
On the other hand, if you are interested in determining how the quantiles of the conditional distribution of the dependent variable vary with the independent variables, then you would address that via quantile regression.
All of these regression techniques target some aspect(s) of the conditional distribution of the dependent variable given the independent variables. Usually, you would choose the aspect relevant to your study based on subject matter considerations.
In some cases, focusing on a single aspect of that distribution (e.g., conditional mean or conditional median) is sufficient given the study purposes.
In other cases, a more comprehensive look at the entire conditional distribution is necessary, which can be obtained by focusing on an appropriately selected set of quantiles of that distribution.
So what is appropriate depends primarily on the study question, though it also has to take into account features present in the data used to elucidate this question, such as presence/absence of heteroscedasticity when the study question involves the conditional mean of the dependent variable. Note that, if the study question concerns quantiles of the conditional distribution of the dependent variable, then quantile regression is appropriate whether or not heteroskedasticity is present.
$endgroup$
add a comment |
$begingroup$
If you are really interested in determining how the conditional mean value of the dependent variable varies with the independent variables, then you would address this question by using:
- Ordinary least squares regression in the absence of heteroskedasticity;
- Generalized least squares regression or weighted least squares regression in the presence of heteroskedasticity.
On the other hand, if you are interested in determining how the quantiles of the conditional distribution of the dependent variable vary with the independent variables, then you would address that via quantile regression.
All of these regression techniques target some aspect(s) of the conditional distribution of the dependent variable given the independent variables. Usually, you would choose the aspect relevant to your study based on subject matter considerations.
In some cases, focusing on a single aspect of that distribution (e.g., conditional mean or conditional median) is sufficient given the study purposes.
In other cases, a more comprehensive look at the entire conditional distribution is necessary, which can be obtained by focusing on an appropriately selected set of quantiles of that distribution.
So what is appropriate depends primarily on the study question, though it also has to take into account features present in the data used to elucidate this question, such as presence/absence of heteroscedasticity when the study question involves the conditional mean of the dependent variable. Note that, if the study question concerns quantiles of the conditional distribution of the dependent variable, then quantile regression is appropriate whether or not heteroskedasticity is present.
$endgroup$
add a comment |
$begingroup$
If you are really interested in determining how the conditional mean value of the dependent variable varies with the independent variables, then you would address this question by using:
- Ordinary least squares regression in the absence of heteroskedasticity;
- Generalized least squares regression or weighted least squares regression in the presence of heteroskedasticity.
On the other hand, if you are interested in determining how the quantiles of the conditional distribution of the dependent variable vary with the independent variables, then you would address that via quantile regression.
All of these regression techniques target some aspect(s) of the conditional distribution of the dependent variable given the independent variables. Usually, you would choose the aspect relevant to your study based on subject matter considerations.
In some cases, focusing on a single aspect of that distribution (e.g., conditional mean or conditional median) is sufficient given the study purposes.
In other cases, a more comprehensive look at the entire conditional distribution is necessary, which can be obtained by focusing on an appropriately selected set of quantiles of that distribution.
So what is appropriate depends primarily on the study question, though it also has to take into account features present in the data used to elucidate this question, such as presence/absence of heteroscedasticity when the study question involves the conditional mean of the dependent variable. Note that, if the study question concerns quantiles of the conditional distribution of the dependent variable, then quantile regression is appropriate whether or not heteroskedasticity is present.
$endgroup$
If you are really interested in determining how the conditional mean value of the dependent variable varies with the independent variables, then you would address this question by using:
- Ordinary least squares regression in the absence of heteroskedasticity;
- Generalized least squares regression or weighted least squares regression in the presence of heteroskedasticity.
On the other hand, if you are interested in determining how the quantiles of the conditional distribution of the dependent variable vary with the independent variables, then you would address that via quantile regression.
All of these regression techniques target some aspect(s) of the conditional distribution of the dependent variable given the independent variables. Usually, you would choose the aspect relevant to your study based on subject matter considerations.
In some cases, focusing on a single aspect of that distribution (e.g., conditional mean or conditional median) is sufficient given the study purposes.
In other cases, a more comprehensive look at the entire conditional distribution is necessary, which can be obtained by focusing on an appropriately selected set of quantiles of that distribution.
So what is appropriate depends primarily on the study question, though it also has to take into account features present in the data used to elucidate this question, such as presence/absence of heteroscedasticity when the study question involves the conditional mean of the dependent variable. Note that, if the study question concerns quantiles of the conditional distribution of the dependent variable, then quantile regression is appropriate whether or not heteroskedasticity is present.
answered 5 hours ago
Isabella GhementIsabella Ghement
8,0581422
8,0581422
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%2f404403%2fin-the-presence-of-heteroskedasticity-is-quantile-regression-more-appropiate-th%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