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













6












$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]$$










share|cite|improve this question











$endgroup$

















    6












    $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]$$










    share|cite|improve this question











    $endgroup$















      6












      6








      6


      4



      $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]$$










      share|cite|improve this question











      $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






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Jul 2 '13 at 16:54







      no_name

















      asked Jul 2 '13 at 16:07









      no_nameno_name

      205128




      205128






















          2 Answers
          2






          active

          oldest

          votes


















          8












          $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$.






          share|cite|improve this answer











          $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





















          0












          $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$.






          share|cite|improve this answer









          $endgroup$













            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
            });


            }
            });














            draft saved

            draft discarded


















            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









            8












            $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$.






            share|cite|improve this answer











            $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


















            8












            $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$.






            share|cite|improve this answer











            $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
















            8












            8








            8





            $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$.






            share|cite|improve this answer











            $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$.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            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
















            • 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













            0












            $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$.






            share|cite|improve this answer









            $endgroup$


















              0












              $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$.






              share|cite|improve this answer









              $endgroup$
















                0












                0








                0





                $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$.






                share|cite|improve this answer









                $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$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Jul 5 '17 at 16:51









                RibbaRibba

                1




                1






























                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    六本木駅

                    Integral that is continuous and looks like it converges to a geometric seriesTesting if a geometric series converges by taking limit to infinitySummation of arithmetic-geometric series of higher orderGeometric series with polynomial exponentHow to Recognize a Geometric SeriesShowing an integral equality with series over the integersDiscontinuity of a series of continuous functionsReasons why a Series ConvergesSum of infinite geometric series with two terms in summationUsing geometric series for computing IntegralsLimit of geometric series sum when $r = 1$

                    Joseph Lister