3D plot of Akaike Information Criterion (AIC) for suitable ranges of Lˆ and kCan the likelihood take values outside of the range [0, 1]?AIC & BIC number interpretationComputing a multi-sample (i.e., pooled) Akaike Information CriterionAkaike information criterion for categorical and numerical dataQuestion on practically using the Akaike information criterionIs the Akaike information criterion inversely proportional to the chi-squared statistic?How freqently are the information conditons for proper Akaike information criterion application actually met?What does the Akaike Information Criterion (AIC) score of a model mean?Combining AIC and BICAkaike Information criterion for k-meansRESET test and AIC
Do Legal Documents Require Signing In Standard Pen Colors?
Did US corporations pay demonstrators in the German demonstrations against article 13?
What major Native American tribes were around Santa Fe during the late 1850s?
anything or something to eat
Freedom of speech and where it applies
When quoting, must I also copy hyphens used to divide words that continue on the next line?
Translation of Scottish 16th century church stained glass
Varistor? Purpose and principle
How much character growth crosses the line into breaking the character
Is a model fitted to data or is data fitted to a model?
Why did the HMS Bounty go back to a time when whales are already rare?
Customize circled numbers
How to align and center standalone amsmath equations?
How will losing mobility of one hand affect my career as a programmer?
Drawing a topological "handle" with Tikz
Open a doc from terminal, but not by its name
Find last 3 digits of this monster number
A social experiment. What is the worst that can happen?
Can I sign legal documents with a smiley face?
Should I install hardwood flooring or cabinets first?
Is it possible to use .desktop files to open local pdf files on specific pages with a browser?
Why is Arduino resetting while driving motors?
What is this type of notehead called?
Should I stop contributing to retirement accounts?
3D plot of Akaike Information Criterion (AIC) for suitable ranges of Lˆ and k
Can the likelihood take values outside of the range [0, 1]?AIC & BIC number interpretationComputing a multi-sample (i.e., pooled) Akaike Information CriterionAkaike information criterion for categorical and numerical dataQuestion on practically using the Akaike information criterionIs the Akaike information criterion inversely proportional to the chi-squared statistic?How freqently are the information conditons for proper Akaike information criterion application actually met?What does the Akaike Information Criterion (AIC) score of a model mean?Combining AIC and BICAkaike Information criterion for k-meansRESET test and AIC
$begingroup$
Giving that Akaike Information Criterion (AIC) is as follow:

How can I Produce a 3D plot of AIC for suitable ranges of Lˆ and k.
In other words what could be a suitable ranges of L to try?
Moreover, what is the function of L^? I am struggling to find the equation to represent L^ so that I can plot it.
Thanks.
data-visualization model aic bic
$endgroup$
add a comment |
$begingroup$
Giving that Akaike Information Criterion (AIC) is as follow:

How can I Produce a 3D plot of AIC for suitable ranges of Lˆ and k.
In other words what could be a suitable ranges of L to try?
Moreover, what is the function of L^? I am struggling to find the equation to represent L^ so that I can plot it.
Thanks.
data-visualization model aic bic
$endgroup$
add a comment |
$begingroup$
Giving that Akaike Information Criterion (AIC) is as follow:

How can I Produce a 3D plot of AIC for suitable ranges of Lˆ and k.
In other words what could be a suitable ranges of L to try?
Moreover, what is the function of L^? I am struggling to find the equation to represent L^ so that I can plot it.
Thanks.
data-visualization model aic bic
$endgroup$
Giving that Akaike Information Criterion (AIC) is as follow:

How can I Produce a 3D plot of AIC for suitable ranges of Lˆ and k.
In other words what could be a suitable ranges of L to try?
Moreover, what is the function of L^? I am struggling to find the equation to represent L^ so that I can plot it.
Thanks.
data-visualization model aic bic
data-visualization model aic bic
edited Mar 16 at 3:17
Jan
asked Mar 16 at 3:11
JanJan
1515
1515
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
$hatL$ is the value of the assumed likelihood function evaluated at $hattheta$, i.e. at its maximum value for the observed data. If our likelihood function is $L(mathbfX;theta)$ then $hatL=L(mathbfX;hattheta)$. $k$ is the number of model parameters being estimated.
For comparing 2 models, the one with lower AIC is preferred. Higher values of the log-likelihood imply lower values of the AIC, holding $k$ constant, while fewer model parameters also imply lower values of AIC, holding $hatL$ constant. The idea is to reward higher likelihood and penalize each time you add a parameter to the model, as you are losing degrees of freedom.
Assuming you are intending to construct a 3-D plot using triplets (AIC,$hatL,k$) from various models you have estimated, I'm not sure the plot will give you much insight beyond simply looking at AIC. The problem with creating a surface (as mentioned in the answer from @Lucas Farias) is that $k$ alone does not tell us which regressors we are including. For example $y=a_0+a_1x+a_2z$ and $y=b_0+b_1w+b_2v$ both have $k=2$, but will yield different values of $hatL$ and AIC.
$endgroup$
$begingroup$
Thanks dlnB for the clarification. In simple words, what do you suggest values to use to plot this 3D plot.
$endgroup$
– Jan
Mar 16 at 7:54
add a comment |
$begingroup$
According to wiki, for the specification you presented:
Let $k$ be the number of estimated parameters in the model. Let
$hatL$ be the maximum value of the function for the model.
While $k$ is always non-negative, the range and shape of the model likelihood function $hatL$ is different for each problem, since it depends on the densities and data you are working with.
For this reason, even if you can create the surface you want for different specifications of the same model, it's impossible to obtain an AIC surface that is representative for all types of models.
$endgroup$
$begingroup$
Thanks Lucas, but I feel that I got confused with your answer. Can you please explain more?
$endgroup$
– Jan
Mar 16 at 7:52
2
$begingroup$
@Jan what didn't you understand?
$endgroup$
– Lucas Farias
Mar 16 at 9:18
$begingroup$
Is it possible to plot a Surface of AIC in a 3D space base on L and k inputs? I want to plot it based on any suitable range of L and K just to get a feel of it. I know that K cannot be negative (since it denotes the parameters size) so I can choose a range from 1 to 60 for example. However, since L is different for each problem, what could be a reasonable range (even if it is hypothetical)?
$endgroup$
– Jan
Mar 16 at 12:39
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%2f397807%2f3d-plot-of-akaike-information-criterion-aic-for-suitable-ranges-of-l%25cb%2586-and-k%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
$hatL$ is the value of the assumed likelihood function evaluated at $hattheta$, i.e. at its maximum value for the observed data. If our likelihood function is $L(mathbfX;theta)$ then $hatL=L(mathbfX;hattheta)$. $k$ is the number of model parameters being estimated.
For comparing 2 models, the one with lower AIC is preferred. Higher values of the log-likelihood imply lower values of the AIC, holding $k$ constant, while fewer model parameters also imply lower values of AIC, holding $hatL$ constant. The idea is to reward higher likelihood and penalize each time you add a parameter to the model, as you are losing degrees of freedom.
Assuming you are intending to construct a 3-D plot using triplets (AIC,$hatL,k$) from various models you have estimated, I'm not sure the plot will give you much insight beyond simply looking at AIC. The problem with creating a surface (as mentioned in the answer from @Lucas Farias) is that $k$ alone does not tell us which regressors we are including. For example $y=a_0+a_1x+a_2z$ and $y=b_0+b_1w+b_2v$ both have $k=2$, but will yield different values of $hatL$ and AIC.
$endgroup$
$begingroup$
Thanks dlnB for the clarification. In simple words, what do you suggest values to use to plot this 3D plot.
$endgroup$
– Jan
Mar 16 at 7:54
add a comment |
$begingroup$
$hatL$ is the value of the assumed likelihood function evaluated at $hattheta$, i.e. at its maximum value for the observed data. If our likelihood function is $L(mathbfX;theta)$ then $hatL=L(mathbfX;hattheta)$. $k$ is the number of model parameters being estimated.
For comparing 2 models, the one with lower AIC is preferred. Higher values of the log-likelihood imply lower values of the AIC, holding $k$ constant, while fewer model parameters also imply lower values of AIC, holding $hatL$ constant. The idea is to reward higher likelihood and penalize each time you add a parameter to the model, as you are losing degrees of freedom.
Assuming you are intending to construct a 3-D plot using triplets (AIC,$hatL,k$) from various models you have estimated, I'm not sure the plot will give you much insight beyond simply looking at AIC. The problem with creating a surface (as mentioned in the answer from @Lucas Farias) is that $k$ alone does not tell us which regressors we are including. For example $y=a_0+a_1x+a_2z$ and $y=b_0+b_1w+b_2v$ both have $k=2$, but will yield different values of $hatL$ and AIC.
$endgroup$
$begingroup$
Thanks dlnB for the clarification. In simple words, what do you suggest values to use to plot this 3D plot.
$endgroup$
– Jan
Mar 16 at 7:54
add a comment |
$begingroup$
$hatL$ is the value of the assumed likelihood function evaluated at $hattheta$, i.e. at its maximum value for the observed data. If our likelihood function is $L(mathbfX;theta)$ then $hatL=L(mathbfX;hattheta)$. $k$ is the number of model parameters being estimated.
For comparing 2 models, the one with lower AIC is preferred. Higher values of the log-likelihood imply lower values of the AIC, holding $k$ constant, while fewer model parameters also imply lower values of AIC, holding $hatL$ constant. The idea is to reward higher likelihood and penalize each time you add a parameter to the model, as you are losing degrees of freedom.
Assuming you are intending to construct a 3-D plot using triplets (AIC,$hatL,k$) from various models you have estimated, I'm not sure the plot will give you much insight beyond simply looking at AIC. The problem with creating a surface (as mentioned in the answer from @Lucas Farias) is that $k$ alone does not tell us which regressors we are including. For example $y=a_0+a_1x+a_2z$ and $y=b_0+b_1w+b_2v$ both have $k=2$, but will yield different values of $hatL$ and AIC.
$endgroup$
$hatL$ is the value of the assumed likelihood function evaluated at $hattheta$, i.e. at its maximum value for the observed data. If our likelihood function is $L(mathbfX;theta)$ then $hatL=L(mathbfX;hattheta)$. $k$ is the number of model parameters being estimated.
For comparing 2 models, the one with lower AIC is preferred. Higher values of the log-likelihood imply lower values of the AIC, holding $k$ constant, while fewer model parameters also imply lower values of AIC, holding $hatL$ constant. The idea is to reward higher likelihood and penalize each time you add a parameter to the model, as you are losing degrees of freedom.
Assuming you are intending to construct a 3-D plot using triplets (AIC,$hatL,k$) from various models you have estimated, I'm not sure the plot will give you much insight beyond simply looking at AIC. The problem with creating a surface (as mentioned in the answer from @Lucas Farias) is that $k$ alone does not tell us which regressors we are including. For example $y=a_0+a_1x+a_2z$ and $y=b_0+b_1w+b_2v$ both have $k=2$, but will yield different values of $hatL$ and AIC.
edited Mar 16 at 3:56
answered Mar 16 at 3:47
dlnBdlnB
93712
93712
$begingroup$
Thanks dlnB for the clarification. In simple words, what do you suggest values to use to plot this 3D plot.
$endgroup$
– Jan
Mar 16 at 7:54
add a comment |
$begingroup$
Thanks dlnB for the clarification. In simple words, what do you suggest values to use to plot this 3D plot.
$endgroup$
– Jan
Mar 16 at 7:54
$begingroup$
Thanks dlnB for the clarification. In simple words, what do you suggest values to use to plot this 3D plot.
$endgroup$
– Jan
Mar 16 at 7:54
$begingroup$
Thanks dlnB for the clarification. In simple words, what do you suggest values to use to plot this 3D plot.
$endgroup$
– Jan
Mar 16 at 7:54
add a comment |
$begingroup$
According to wiki, for the specification you presented:
Let $k$ be the number of estimated parameters in the model. Let
$hatL$ be the maximum value of the function for the model.
While $k$ is always non-negative, the range and shape of the model likelihood function $hatL$ is different for each problem, since it depends on the densities and data you are working with.
For this reason, even if you can create the surface you want for different specifications of the same model, it's impossible to obtain an AIC surface that is representative for all types of models.
$endgroup$
$begingroup$
Thanks Lucas, but I feel that I got confused with your answer. Can you please explain more?
$endgroup$
– Jan
Mar 16 at 7:52
2
$begingroup$
@Jan what didn't you understand?
$endgroup$
– Lucas Farias
Mar 16 at 9:18
$begingroup$
Is it possible to plot a Surface of AIC in a 3D space base on L and k inputs? I want to plot it based on any suitable range of L and K just to get a feel of it. I know that K cannot be negative (since it denotes the parameters size) so I can choose a range from 1 to 60 for example. However, since L is different for each problem, what could be a reasonable range (even if it is hypothetical)?
$endgroup$
– Jan
Mar 16 at 12:39
add a comment |
$begingroup$
According to wiki, for the specification you presented:
Let $k$ be the number of estimated parameters in the model. Let
$hatL$ be the maximum value of the function for the model.
While $k$ is always non-negative, the range and shape of the model likelihood function $hatL$ is different for each problem, since it depends on the densities and data you are working with.
For this reason, even if you can create the surface you want for different specifications of the same model, it's impossible to obtain an AIC surface that is representative for all types of models.
$endgroup$
$begingroup$
Thanks Lucas, but I feel that I got confused with your answer. Can you please explain more?
$endgroup$
– Jan
Mar 16 at 7:52
2
$begingroup$
@Jan what didn't you understand?
$endgroup$
– Lucas Farias
Mar 16 at 9:18
$begingroup$
Is it possible to plot a Surface of AIC in a 3D space base on L and k inputs? I want to plot it based on any suitable range of L and K just to get a feel of it. I know that K cannot be negative (since it denotes the parameters size) so I can choose a range from 1 to 60 for example. However, since L is different for each problem, what could be a reasonable range (even if it is hypothetical)?
$endgroup$
– Jan
Mar 16 at 12:39
add a comment |
$begingroup$
According to wiki, for the specification you presented:
Let $k$ be the number of estimated parameters in the model. Let
$hatL$ be the maximum value of the function for the model.
While $k$ is always non-negative, the range and shape of the model likelihood function $hatL$ is different for each problem, since it depends on the densities and data you are working with.
For this reason, even if you can create the surface you want for different specifications of the same model, it's impossible to obtain an AIC surface that is representative for all types of models.
$endgroup$
According to wiki, for the specification you presented:
Let $k$ be the number of estimated parameters in the model. Let
$hatL$ be the maximum value of the function for the model.
While $k$ is always non-negative, the range and shape of the model likelihood function $hatL$ is different for each problem, since it depends on the densities and data you are working with.
For this reason, even if you can create the surface you want for different specifications of the same model, it's impossible to obtain an AIC surface that is representative for all types of models.
edited Mar 16 at 9:19
answered Mar 16 at 3:52
Lucas FariasLucas Farias
8541522
8541522
$begingroup$
Thanks Lucas, but I feel that I got confused with your answer. Can you please explain more?
$endgroup$
– Jan
Mar 16 at 7:52
2
$begingroup$
@Jan what didn't you understand?
$endgroup$
– Lucas Farias
Mar 16 at 9:18
$begingroup$
Is it possible to plot a Surface of AIC in a 3D space base on L and k inputs? I want to plot it based on any suitable range of L and K just to get a feel of it. I know that K cannot be negative (since it denotes the parameters size) so I can choose a range from 1 to 60 for example. However, since L is different for each problem, what could be a reasonable range (even if it is hypothetical)?
$endgroup$
– Jan
Mar 16 at 12:39
add a comment |
$begingroup$
Thanks Lucas, but I feel that I got confused with your answer. Can you please explain more?
$endgroup$
– Jan
Mar 16 at 7:52
2
$begingroup$
@Jan what didn't you understand?
$endgroup$
– Lucas Farias
Mar 16 at 9:18
$begingroup$
Is it possible to plot a Surface of AIC in a 3D space base on L and k inputs? I want to plot it based on any suitable range of L and K just to get a feel of it. I know that K cannot be negative (since it denotes the parameters size) so I can choose a range from 1 to 60 for example. However, since L is different for each problem, what could be a reasonable range (even if it is hypothetical)?
$endgroup$
– Jan
Mar 16 at 12:39
$begingroup$
Thanks Lucas, but I feel that I got confused with your answer. Can you please explain more?
$endgroup$
– Jan
Mar 16 at 7:52
$begingroup$
Thanks Lucas, but I feel that I got confused with your answer. Can you please explain more?
$endgroup$
– Jan
Mar 16 at 7:52
2
2
$begingroup$
@Jan what didn't you understand?
$endgroup$
– Lucas Farias
Mar 16 at 9:18
$begingroup$
@Jan what didn't you understand?
$endgroup$
– Lucas Farias
Mar 16 at 9:18
$begingroup$
Is it possible to plot a Surface of AIC in a 3D space base on L and k inputs? I want to plot it based on any suitable range of L and K just to get a feel of it. I know that K cannot be negative (since it denotes the parameters size) so I can choose a range from 1 to 60 for example. However, since L is different for each problem, what could be a reasonable range (even if it is hypothetical)?
$endgroup$
– Jan
Mar 16 at 12:39
$begingroup$
Is it possible to plot a Surface of AIC in a 3D space base on L and k inputs? I want to plot it based on any suitable range of L and K just to get a feel of it. I know that K cannot be negative (since it denotes the parameters size) so I can choose a range from 1 to 60 for example. However, since L is different for each problem, what could be a reasonable range (even if it is hypothetical)?
$endgroup$
– Jan
Mar 16 at 12:39
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%2f397807%2f3d-plot-of-akaike-information-criterion-aic-for-suitable-ranges-of-l%25cb%2586-and-k%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