3-D generalization of the Gaussian point spread functionVerification of convolution between gaussian and...
How to install "rounded" brake pads
Why do phishing e-mails use faked e-mail addresses instead of the real one?
Paper published similar to PhD thesis
Is this Paypal Github SDK reference really a dangerous site?
Why restrict private health insurance?
How can I portion out frozen cookie dough?
I've given my players a lot of magic items. Is it reasonable for me to give them harder encounters?
Why is there an extra space when I type "ls" on the Desktop?
Professor forcing me to attend a conference, I can't afford even with 50% funding
Having the player face themselves after the mid-game
std::string vs const std::string& vs std::string_view
PTIJ: Sport in the Torah
Should I file my taxes? No income, unemployed, but paid 2k in student loan interest
Multi wire circuit or 2 separate 120V 20A dedicated circuits?
How would an energy-based "projectile" blow up a spaceship?
How do you make a gun that shoots melee weapons and/or swords?
How to make sure I'm assertive enough in contact with subordinates?
Is the differential, dp, exact or not?
What does it take to become a wilderness skills guide as a business?
ESPP--any reason not to go all in?
How do property taxes on school district bonds work?
Why does a car's steering wheel get lighter with increasing speed
Why does this boat have a landing pad? (SpaceX's GO Searcher) Any plans for propulsive capsule landings?
School performs periodic password audits. Is my password compromised?
3-D generalization of the Gaussian point spread function
Verification of convolution between gaussian and uniform distributionsExplanation of Approximation for Integral Over Gaussian DistributionIndependence of Gaussian Distribution Function with Different MeansDistinguish Normal Distribution, Gaussian Distribution and Normalised Gaussian Distribution?Deriving the formula for multivariate Gaussian distributionGaussian distribution and proportionalityintegral of 3d gaussian with hollow integral spaceMoment Function of Gaussian Processexpanding the exponential term in the multivariate GaussianCalculating the convolution of an Arcsine law and a Gaussian distribution
$begingroup$
I would like to extend to 3-D the formulation of the 2-D Gaussian PSF, given by:
$$k_{sigma}(x,y)=frac{1}{sqrt{(2pi)^2}sigma^2}expleft[-frac{x^2+y^2}{2sigma^2}right]$$
Is the following 3-D generalization correct?
$$k_{sigma}(x,y,z)=frac{1}{sqrt{(2pi)^3}sigma^3}expleft[-frac{x^2+y^2+z^2}{2sigma^2}right]$$
normal-distribution 3d
$endgroup$
add a comment |
$begingroup$
I would like to extend to 3-D the formulation of the 2-D Gaussian PSF, given by:
$$k_{sigma}(x,y)=frac{1}{sqrt{(2pi)^2}sigma^2}expleft[-frac{x^2+y^2}{2sigma^2}right]$$
Is the following 3-D generalization correct?
$$k_{sigma}(x,y,z)=frac{1}{sqrt{(2pi)^3}sigma^3}expleft[-frac{x^2+y^2+z^2}{2sigma^2}right]$$
normal-distribution 3d
$endgroup$
add a comment |
$begingroup$
I would like to extend to 3-D the formulation of the 2-D Gaussian PSF, given by:
$$k_{sigma}(x,y)=frac{1}{sqrt{(2pi)^2}sigma^2}expleft[-frac{x^2+y^2}{2sigma^2}right]$$
Is the following 3-D generalization correct?
$$k_{sigma}(x,y,z)=frac{1}{sqrt{(2pi)^3}sigma^3}expleft[-frac{x^2+y^2+z^2}{2sigma^2}right]$$
normal-distribution 3d
$endgroup$
I would like to extend to 3-D the formulation of the 2-D Gaussian PSF, given by:
$$k_{sigma}(x,y)=frac{1}{sqrt{(2pi)^2}sigma^2}expleft[-frac{x^2+y^2}{2sigma^2}right]$$
Is the following 3-D generalization correct?
$$k_{sigma}(x,y,z)=frac{1}{sqrt{(2pi)^3}sigma^3}expleft[-frac{x^2+y^2+z^2}{2sigma^2}right]$$
normal-distribution 3d
normal-distribution 3d
edited Jul 2 '13 at 16:54
no_name
asked Jul 2 '13 at 16:07
no_nameno_name
205128
205128
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Take a look here to see the definition and integration. In short, if you want a Gaussian of the form:
$$Nexpleft(-frac{x^2+y^2+z^2 + ...}{2sigma^2}right) ,,$$
then the constant $N$ depends on the number of variables $n$:
$$N = frac1{sigma^{n}(2pi)^{n/2}} ,.$$
So in your case, $n=3$, and the normalization constant is: $$frac{1}{sigma^3 (2pi)^{3/2}} ,.$$
Note that for the 2D case, this is $1/ 2pi sigma^2$, i.e. you are missing a $sigma$. This is intuitive, since $sigma$ has the dimension of the length of whatever you are trying to measure. Integration over $n$ dimensions adds $n$ powers of that length, and since after integration we get a unit-less quantity (probability), the power of $sigma$ in the Gaussian must always be $-n$.
$endgroup$
1
$begingroup$
Why the minus sign in the exponential argument is absent? From your words, it seems to me that my 3-D formulation is correct, right? I modified the 2-D formulation.
$endgroup$
– no_name
Jul 2 '13 at 16:53
$begingroup$
@no_name - it's not absent, that the definition of a negative power: $sigma^{-n} = 1/sigma^{n}$. And yes, it is correct.
$endgroup$
– nbubis
Jul 2 '13 at 16:55
1
$begingroup$
How would this look if I have three different sigmas and expected values?
$endgroup$
– Zloy Smiertniy
Apr 9 '15 at 15:10
1
$begingroup$
$$Nexpleft(-frac{(x-mx)^2}{sigma_x^2} - frac{(y-my)^2}{sigma_y^2} -frac{(z-mz)^2}{sigma_z^2} right)$$
$endgroup$
– Jumabek Alihanov
Feb 9 '18 at 1:12
1
$begingroup$
$$ N = frac{1}{sigma_x*sigma_y*sigma_z (2pi)^{3/2}}$$
$endgroup$
– Jumabek Alihanov
Feb 9 '18 at 1:15
|
show 4 more comments
$begingroup$
The actual definition of a multivariate normal distribution is:
$$
f_X(x_1,x_2,...,x_n)=f_{X1}(x_1)f_{X2}(x_2)...f_{Xn}(x_n) = prodlimits_{i=1}^nfrac{1}{sigma_isqrt{2pi}}exp[-frac{(x_i-mu_i)^2}{2sigma_i^2}]
$$
Where one could use the more common Cartesian coordinates $x_1=x ,$ $x_2=y ,$ and $x_3=z$
So, in the original case, the suggested solution is true whenever the mean values are null $(mu_i=0)$, and the two/three variables happen to have the same identical standard variation $sigma_x=sigma_y=sigma_zequivsigma$.
$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%2f434629%2f3-d-generalization-of-the-gaussian-point-spread-function%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$
Take a look here to see the definition and integration. In short, if you want a Gaussian of the form:
$$Nexpleft(-frac{x^2+y^2+z^2 + ...}{2sigma^2}right) ,,$$
then the constant $N$ depends on the number of variables $n$:
$$N = frac1{sigma^{n}(2pi)^{n/2}} ,.$$
So in your case, $n=3$, and the normalization constant is: $$frac{1}{sigma^3 (2pi)^{3/2}} ,.$$
Note that for the 2D case, this is $1/ 2pi sigma^2$, i.e. you are missing a $sigma$. This is intuitive, since $sigma$ has the dimension of the length of whatever you are trying to measure. Integration over $n$ dimensions adds $n$ powers of that length, and since after integration we get a unit-less quantity (probability), the power of $sigma$ in the Gaussian must always be $-n$.
$endgroup$
1
$begingroup$
Why the minus sign in the exponential argument is absent? From your words, it seems to me that my 3-D formulation is correct, right? I modified the 2-D formulation.
$endgroup$
– no_name
Jul 2 '13 at 16:53
$begingroup$
@no_name - it's not absent, that the definition of a negative power: $sigma^{-n} = 1/sigma^{n}$. And yes, it is correct.
$endgroup$
– nbubis
Jul 2 '13 at 16:55
1
$begingroup$
How would this look if I have three different sigmas and expected values?
$endgroup$
– Zloy Smiertniy
Apr 9 '15 at 15:10
1
$begingroup$
$$Nexpleft(-frac{(x-mx)^2}{sigma_x^2} - frac{(y-my)^2}{sigma_y^2} -frac{(z-mz)^2}{sigma_z^2} right)$$
$endgroup$
– Jumabek Alihanov
Feb 9 '18 at 1:12
1
$begingroup$
$$ N = frac{1}{sigma_x*sigma_y*sigma_z (2pi)^{3/2}}$$
$endgroup$
– Jumabek Alihanov
Feb 9 '18 at 1:15
|
show 4 more comments
$begingroup$
Take a look here to see the definition and integration. In short, if you want a Gaussian of the form:
$$Nexpleft(-frac{x^2+y^2+z^2 + ...}{2sigma^2}right) ,,$$
then the constant $N$ depends on the number of variables $n$:
$$N = frac1{sigma^{n}(2pi)^{n/2}} ,.$$
So in your case, $n=3$, and the normalization constant is: $$frac{1}{sigma^3 (2pi)^{3/2}} ,.$$
Note that for the 2D case, this is $1/ 2pi sigma^2$, i.e. you are missing a $sigma$. This is intuitive, since $sigma$ has the dimension of the length of whatever you are trying to measure. Integration over $n$ dimensions adds $n$ powers of that length, and since after integration we get a unit-less quantity (probability), the power of $sigma$ in the Gaussian must always be $-n$.
$endgroup$
1
$begingroup$
Why the minus sign in the exponential argument is absent? From your words, it seems to me that my 3-D formulation is correct, right? I modified the 2-D formulation.
$endgroup$
– no_name
Jul 2 '13 at 16:53
$begingroup$
@no_name - it's not absent, that the definition of a negative power: $sigma^{-n} = 1/sigma^{n}$. And yes, it is correct.
$endgroup$
– nbubis
Jul 2 '13 at 16:55
1
$begingroup$
How would this look if I have three different sigmas and expected values?
$endgroup$
– Zloy Smiertniy
Apr 9 '15 at 15:10
1
$begingroup$
$$Nexpleft(-frac{(x-mx)^2}{sigma_x^2} - frac{(y-my)^2}{sigma_y^2} -frac{(z-mz)^2}{sigma_z^2} right)$$
$endgroup$
– Jumabek Alihanov
Feb 9 '18 at 1:12
1
$begingroup$
$$ N = frac{1}{sigma_x*sigma_y*sigma_z (2pi)^{3/2}}$$
$endgroup$
– Jumabek Alihanov
Feb 9 '18 at 1:15
|
show 4 more comments
$begingroup$
Take a look here to see the definition and integration. In short, if you want a Gaussian of the form:
$$Nexpleft(-frac{x^2+y^2+z^2 + ...}{2sigma^2}right) ,,$$
then the constant $N$ depends on the number of variables $n$:
$$N = frac1{sigma^{n}(2pi)^{n/2}} ,.$$
So in your case, $n=3$, and the normalization constant is: $$frac{1}{sigma^3 (2pi)^{3/2}} ,.$$
Note that for the 2D case, this is $1/ 2pi sigma^2$, i.e. you are missing a $sigma$. This is intuitive, since $sigma$ has the dimension of the length of whatever you are trying to measure. Integration over $n$ dimensions adds $n$ powers of that length, and since after integration we get a unit-less quantity (probability), the power of $sigma$ in the Gaussian must always be $-n$.
$endgroup$
Take a look here to see the definition and integration. In short, if you want a Gaussian of the form:
$$Nexpleft(-frac{x^2+y^2+z^2 + ...}{2sigma^2}right) ,,$$
then the constant $N$ depends on the number of variables $n$:
$$N = frac1{sigma^{n}(2pi)^{n/2}} ,.$$
So in your case, $n=3$, and the normalization constant is: $$frac{1}{sigma^3 (2pi)^{3/2}} ,.$$
Note that for the 2D case, this is $1/ 2pi sigma^2$, i.e. you are missing a $sigma$. This is intuitive, since $sigma$ has the dimension of the length of whatever you are trying to measure. Integration over $n$ dimensions adds $n$ powers of that length, and since after integration we get a unit-less quantity (probability), the power of $sigma$ in the Gaussian must always be $-n$.
edited yesterday
Nanashi No Gombe
537420
537420
answered Jul 2 '13 at 16:41
nbubisnbubis
27.3k552110
27.3k552110
1
$begingroup$
Why the minus sign in the exponential argument is absent? From your words, it seems to me that my 3-D formulation is correct, right? I modified the 2-D formulation.
$endgroup$
– no_name
Jul 2 '13 at 16:53
$begingroup$
@no_name - it's not absent, that the definition of a negative power: $sigma^{-n} = 1/sigma^{n}$. And yes, it is correct.
$endgroup$
– nbubis
Jul 2 '13 at 16:55
1
$begingroup$
How would this look if I have three different sigmas and expected values?
$endgroup$
– Zloy Smiertniy
Apr 9 '15 at 15:10
1
$begingroup$
$$Nexpleft(-frac{(x-mx)^2}{sigma_x^2} - frac{(y-my)^2}{sigma_y^2} -frac{(z-mz)^2}{sigma_z^2} right)$$
$endgroup$
– Jumabek Alihanov
Feb 9 '18 at 1:12
1
$begingroup$
$$ N = frac{1}{sigma_x*sigma_y*sigma_z (2pi)^{3/2}}$$
$endgroup$
– Jumabek Alihanov
Feb 9 '18 at 1:15
|
show 4 more comments
1
$begingroup$
Why the minus sign in the exponential argument is absent? From your words, it seems to me that my 3-D formulation is correct, right? I modified the 2-D formulation.
$endgroup$
– no_name
Jul 2 '13 at 16:53
$begingroup$
@no_name - it's not absent, that the definition of a negative power: $sigma^{-n} = 1/sigma^{n}$. And yes, it is correct.
$endgroup$
– nbubis
Jul 2 '13 at 16:55
1
$begingroup$
How would this look if I have three different sigmas and expected values?
$endgroup$
– Zloy Smiertniy
Apr 9 '15 at 15:10
1
$begingroup$
$$Nexpleft(-frac{(x-mx)^2}{sigma_x^2} - frac{(y-my)^2}{sigma_y^2} -frac{(z-mz)^2}{sigma_z^2} right)$$
$endgroup$
– Jumabek Alihanov
Feb 9 '18 at 1:12
1
$begingroup$
$$ N = frac{1}{sigma_x*sigma_y*sigma_z (2pi)^{3/2}}$$
$endgroup$
– Jumabek Alihanov
Feb 9 '18 at 1:15
1
1
$begingroup$
Why the minus sign in the exponential argument is absent? From your words, it seems to me that my 3-D formulation is correct, right? I modified the 2-D formulation.
$endgroup$
– no_name
Jul 2 '13 at 16:53
$begingroup$
Why the minus sign in the exponential argument is absent? From your words, it seems to me that my 3-D formulation is correct, right? I modified the 2-D formulation.
$endgroup$
– no_name
Jul 2 '13 at 16:53
$begingroup$
@no_name - it's not absent, that the definition of a negative power: $sigma^{-n} = 1/sigma^{n}$. And yes, it is correct.
$endgroup$
– nbubis
Jul 2 '13 at 16:55
$begingroup$
@no_name - it's not absent, that the definition of a negative power: $sigma^{-n} = 1/sigma^{n}$. And yes, it is correct.
$endgroup$
– nbubis
Jul 2 '13 at 16:55
1
1
$begingroup$
How would this look if I have three different sigmas and expected values?
$endgroup$
– Zloy Smiertniy
Apr 9 '15 at 15:10
$begingroup$
How would this look if I have three different sigmas and expected values?
$endgroup$
– Zloy Smiertniy
Apr 9 '15 at 15:10
1
1
$begingroup$
$$Nexpleft(-frac{(x-mx)^2}{sigma_x^2} - frac{(y-my)^2}{sigma_y^2} -frac{(z-mz)^2}{sigma_z^2} right)$$
$endgroup$
– Jumabek Alihanov
Feb 9 '18 at 1:12
$begingroup$
$$Nexpleft(-frac{(x-mx)^2}{sigma_x^2} - frac{(y-my)^2}{sigma_y^2} -frac{(z-mz)^2}{sigma_z^2} right)$$
$endgroup$
– Jumabek Alihanov
Feb 9 '18 at 1:12
1
1
$begingroup$
$$ N = frac{1}{sigma_x*sigma_y*sigma_z (2pi)^{3/2}}$$
$endgroup$
– Jumabek Alihanov
Feb 9 '18 at 1:15
$begingroup$
$$ N = frac{1}{sigma_x*sigma_y*sigma_z (2pi)^{3/2}}$$
$endgroup$
– Jumabek Alihanov
Feb 9 '18 at 1:15
|
show 4 more comments
$begingroup$
The actual definition of a multivariate normal distribution is:
$$
f_X(x_1,x_2,...,x_n)=f_{X1}(x_1)f_{X2}(x_2)...f_{Xn}(x_n) = prodlimits_{i=1}^nfrac{1}{sigma_isqrt{2pi}}exp[-frac{(x_i-mu_i)^2}{2sigma_i^2}]
$$
Where one could use the more common Cartesian coordinates $x_1=x ,$ $x_2=y ,$ and $x_3=z$
So, in the original case, the suggested solution is true whenever the mean values are null $(mu_i=0)$, and the two/three variables happen to have the same identical standard variation $sigma_x=sigma_y=sigma_zequivsigma$.
$endgroup$
add a comment |
$begingroup$
The actual definition of a multivariate normal distribution is:
$$
f_X(x_1,x_2,...,x_n)=f_{X1}(x_1)f_{X2}(x_2)...f_{Xn}(x_n) = prodlimits_{i=1}^nfrac{1}{sigma_isqrt{2pi}}exp[-frac{(x_i-mu_i)^2}{2sigma_i^2}]
$$
Where one could use the more common Cartesian coordinates $x_1=x ,$ $x_2=y ,$ and $x_3=z$
So, in the original case, the suggested solution is true whenever the mean values are null $(mu_i=0)$, and the two/three variables happen to have the same identical standard variation $sigma_x=sigma_y=sigma_zequivsigma$.
$endgroup$
add a comment |
$begingroup$
The actual definition of a multivariate normal distribution is:
$$
f_X(x_1,x_2,...,x_n)=f_{X1}(x_1)f_{X2}(x_2)...f_{Xn}(x_n) = prodlimits_{i=1}^nfrac{1}{sigma_isqrt{2pi}}exp[-frac{(x_i-mu_i)^2}{2sigma_i^2}]
$$
Where one could use the more common Cartesian coordinates $x_1=x ,$ $x_2=y ,$ and $x_3=z$
So, in the original case, the suggested solution is true whenever the mean values are null $(mu_i=0)$, and the two/three variables happen to have the same identical standard variation $sigma_x=sigma_y=sigma_zequivsigma$.
$endgroup$
The actual definition of a multivariate normal distribution is:
$$
f_X(x_1,x_2,...,x_n)=f_{X1}(x_1)f_{X2}(x_2)...f_{Xn}(x_n) = prodlimits_{i=1}^nfrac{1}{sigma_isqrt{2pi}}exp[-frac{(x_i-mu_i)^2}{2sigma_i^2}]
$$
Where one could use the more common Cartesian coordinates $x_1=x ,$ $x_2=y ,$ and $x_3=z$
So, in the original case, the suggested solution is true whenever the mean values are null $(mu_i=0)$, and the two/three variables happen to have the same identical standard variation $sigma_x=sigma_y=sigma_zequivsigma$.
answered Jul 5 '17 at 16:51
RibbaRibba
1
1
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%2f434629%2f3-d-generalization-of-the-gaussian-point-spread-function%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