how to find the integral of a generalization of the Gaussian: exp(-abs(x)^q/2)
$begingroup$
I am currently self studying through Bishop's pattern recognition and machine learning. I've hit a bit of a road block on exercise 2.43, and I'm hoping someone will be able to assist.
The problem is to prove that:
$$p(xlvert sigma^2, q) = frac{q}{2(2sigma^2)^{1/q}Gamma(1/q)}e^{-frac{lvert x rvert^q}{2sigma^2}}$$
is normalized. I know how to take care of the absolute value of course:
$$2int_0^infty e^{-frac{x^q}{2sigma^2}}$$
but... man. I apparently need to review my calc. I remember seeing a name for this kind of integral, but it was maybe a year ago, and I can't seem to find it again. Any help would be greatly appreciated. This dang question only has a one star difficulty, so maybe it's something stupid I'm just missing...
calculus integration statistics
$endgroup$
add a comment |
$begingroup$
I am currently self studying through Bishop's pattern recognition and machine learning. I've hit a bit of a road block on exercise 2.43, and I'm hoping someone will be able to assist.
The problem is to prove that:
$$p(xlvert sigma^2, q) = frac{q}{2(2sigma^2)^{1/q}Gamma(1/q)}e^{-frac{lvert x rvert^q}{2sigma^2}}$$
is normalized. I know how to take care of the absolute value of course:
$$2int_0^infty e^{-frac{x^q}{2sigma^2}}$$
but... man. I apparently need to review my calc. I remember seeing a name for this kind of integral, but it was maybe a year ago, and I can't seem to find it again. Any help would be greatly appreciated. This dang question only has a one star difficulty, so maybe it's something stupid I'm just missing...
calculus integration statistics
$endgroup$
add a comment |
$begingroup$
I am currently self studying through Bishop's pattern recognition and machine learning. I've hit a bit of a road block on exercise 2.43, and I'm hoping someone will be able to assist.
The problem is to prove that:
$$p(xlvert sigma^2, q) = frac{q}{2(2sigma^2)^{1/q}Gamma(1/q)}e^{-frac{lvert x rvert^q}{2sigma^2}}$$
is normalized. I know how to take care of the absolute value of course:
$$2int_0^infty e^{-frac{x^q}{2sigma^2}}$$
but... man. I apparently need to review my calc. I remember seeing a name for this kind of integral, but it was maybe a year ago, and I can't seem to find it again. Any help would be greatly appreciated. This dang question only has a one star difficulty, so maybe it's something stupid I'm just missing...
calculus integration statistics
$endgroup$
I am currently self studying through Bishop's pattern recognition and machine learning. I've hit a bit of a road block on exercise 2.43, and I'm hoping someone will be able to assist.
The problem is to prove that:
$$p(xlvert sigma^2, q) = frac{q}{2(2sigma^2)^{1/q}Gamma(1/q)}e^{-frac{lvert x rvert^q}{2sigma^2}}$$
is normalized. I know how to take care of the absolute value of course:
$$2int_0^infty e^{-frac{x^q}{2sigma^2}}$$
but... man. I apparently need to review my calc. I remember seeing a name for this kind of integral, but it was maybe a year ago, and I can't seem to find it again. Any help would be greatly appreciated. This dang question only has a one star difficulty, so maybe it's something stupid I'm just missing...
calculus integration statistics
calculus integration statistics
edited Jan 18 at 22:22
idriskameni
749321
749321
asked Jan 18 at 21:49
adventuringrawadventuringraw
103
103
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Clean up the exponent on $e$ by using the change of variables $t:=x^q/(2sigma^2)$, i.e., $x=(2sigma^2t)^{1/q}$, so that $dx=frac1q(2sigma^2t)^{frac1q-1}(2sigma^2)dt$. This transforms your integral into
$$
frac2q(2sigma^2)^{1/q}int_0^infty e^{-t}t^{frac1q-1},dt.
$$
To finish off, use the definition of the Gamma function:
$$
Gamma(z):=int_0^infty t^{z-1}e^{-t},dt
$$
$endgroup$
$begingroup$
well shit. Thanks friend, I should probably sleep on problems before hitting stack exchange. I appreciate the help.
$endgroup$
– adventuringraw
Jan 18 at 23:30
add a comment |
Your Answer
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%2f3078796%2fhow-to-find-the-integral-of-a-generalization-of-the-gaussian-exp-absxq-2%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$
Clean up the exponent on $e$ by using the change of variables $t:=x^q/(2sigma^2)$, i.e., $x=(2sigma^2t)^{1/q}$, so that $dx=frac1q(2sigma^2t)^{frac1q-1}(2sigma^2)dt$. This transforms your integral into
$$
frac2q(2sigma^2)^{1/q}int_0^infty e^{-t}t^{frac1q-1},dt.
$$
To finish off, use the definition of the Gamma function:
$$
Gamma(z):=int_0^infty t^{z-1}e^{-t},dt
$$
$endgroup$
$begingroup$
well shit. Thanks friend, I should probably sleep on problems before hitting stack exchange. I appreciate the help.
$endgroup$
– adventuringraw
Jan 18 at 23:30
add a comment |
$begingroup$
Clean up the exponent on $e$ by using the change of variables $t:=x^q/(2sigma^2)$, i.e., $x=(2sigma^2t)^{1/q}$, so that $dx=frac1q(2sigma^2t)^{frac1q-1}(2sigma^2)dt$. This transforms your integral into
$$
frac2q(2sigma^2)^{1/q}int_0^infty e^{-t}t^{frac1q-1},dt.
$$
To finish off, use the definition of the Gamma function:
$$
Gamma(z):=int_0^infty t^{z-1}e^{-t},dt
$$
$endgroup$
$begingroup$
well shit. Thanks friend, I should probably sleep on problems before hitting stack exchange. I appreciate the help.
$endgroup$
– adventuringraw
Jan 18 at 23:30
add a comment |
$begingroup$
Clean up the exponent on $e$ by using the change of variables $t:=x^q/(2sigma^2)$, i.e., $x=(2sigma^2t)^{1/q}$, so that $dx=frac1q(2sigma^2t)^{frac1q-1}(2sigma^2)dt$. This transforms your integral into
$$
frac2q(2sigma^2)^{1/q}int_0^infty e^{-t}t^{frac1q-1},dt.
$$
To finish off, use the definition of the Gamma function:
$$
Gamma(z):=int_0^infty t^{z-1}e^{-t},dt
$$
$endgroup$
Clean up the exponent on $e$ by using the change of variables $t:=x^q/(2sigma^2)$, i.e., $x=(2sigma^2t)^{1/q}$, so that $dx=frac1q(2sigma^2t)^{frac1q-1}(2sigma^2)dt$. This transforms your integral into
$$
frac2q(2sigma^2)^{1/q}int_0^infty e^{-t}t^{frac1q-1},dt.
$$
To finish off, use the definition of the Gamma function:
$$
Gamma(z):=int_0^infty t^{z-1}e^{-t},dt
$$
answered Jan 18 at 22:28
grand_chatgrand_chat
20.5k11327
20.5k11327
$begingroup$
well shit. Thanks friend, I should probably sleep on problems before hitting stack exchange. I appreciate the help.
$endgroup$
– adventuringraw
Jan 18 at 23:30
add a comment |
$begingroup$
well shit. Thanks friend, I should probably sleep on problems before hitting stack exchange. I appreciate the help.
$endgroup$
– adventuringraw
Jan 18 at 23:30
$begingroup$
well shit. Thanks friend, I should probably sleep on problems before hitting stack exchange. I appreciate the help.
$endgroup$
– adventuringraw
Jan 18 at 23:30
$begingroup$
well shit. Thanks friend, I should probably sleep on problems before hitting stack exchange. I appreciate the help.
$endgroup$
– adventuringraw
Jan 18 at 23:30
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%2f3078796%2fhow-to-find-the-integral-of-a-generalization-of-the-gaussian-exp-absxq-2%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