life expectancy of new computer with exponential distribution












0












$begingroup$


I will appreciate someone to verify my answer for exponential distribution question as I am teaching myself and don't have much confidence.



Let X, the number of years a computer works, be a random variable that follows an exponential distribution with a lambda of 3 years. You just bought a computer, what is the probability that the computer will work in 8 years?



what I have:
f(x) = $lambda cdot e^{-lambda cdot x}$
given: $lambda = 3, x = 8$
so simply
$= 3 cdot e^{-3 cdot 8}
= 3cdot e^{-24}$
?



sorry if this is too low level question. But I'm a bit confused.










share|cite|improve this question











$endgroup$

















    0












    $begingroup$


    I will appreciate someone to verify my answer for exponential distribution question as I am teaching myself and don't have much confidence.



    Let X, the number of years a computer works, be a random variable that follows an exponential distribution with a lambda of 3 years. You just bought a computer, what is the probability that the computer will work in 8 years?



    what I have:
    f(x) = $lambda cdot e^{-lambda cdot x}$
    given: $lambda = 3, x = 8$
    so simply
    $= 3 cdot e^{-3 cdot 8}
    = 3cdot e^{-24}$
    ?



    sorry if this is too low level question. But I'm a bit confused.










    share|cite|improve this question











    $endgroup$















      0












      0








      0





      $begingroup$


      I will appreciate someone to verify my answer for exponential distribution question as I am teaching myself and don't have much confidence.



      Let X, the number of years a computer works, be a random variable that follows an exponential distribution with a lambda of 3 years. You just bought a computer, what is the probability that the computer will work in 8 years?



      what I have:
      f(x) = $lambda cdot e^{-lambda cdot x}$
      given: $lambda = 3, x = 8$
      so simply
      $= 3 cdot e^{-3 cdot 8}
      = 3cdot e^{-24}$
      ?



      sorry if this is too low level question. But I'm a bit confused.










      share|cite|improve this question











      $endgroup$




      I will appreciate someone to verify my answer for exponential distribution question as I am teaching myself and don't have much confidence.



      Let X, the number of years a computer works, be a random variable that follows an exponential distribution with a lambda of 3 years. You just bought a computer, what is the probability that the computer will work in 8 years?



      what I have:
      f(x) = $lambda cdot e^{-lambda cdot x}$
      given: $lambda = 3, x = 8$
      so simply
      $= 3 cdot e^{-3 cdot 8}
      = 3cdot e^{-24}$
      ?



      sorry if this is too low level question. But I'm a bit confused.







      probability statistics probability-distributions exponential-distribution






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Dec 19 '18 at 18:59









      twnly

      1,1911214




      1,1911214










      asked Dec 19 '18 at 6:39









      Daniel KimDaniel Kim

      111




      111






















          2 Answers
          2






          active

          oldest

          votes


















          2












          $begingroup$

          If $X$ is exponentially distributed with parameter $lambda$, the probability $P(X>x)=e^{-lambda x}$. You can substitute $lambda = 3$ and $x=8$ to get the probability that the computer is still working after 8 years.



          By the way, some clarity is required on what $lambda$ represents. Typically, $lambda$ is the parameter of the distribution and $1/lambda$ is the mean. In your example, if the mean life is 3 years (seems reasonable), $lambda = 1/3$.



          You substituted $x=8$ in the probability density function or PDF. Instead, you need to use the cumulative distribution function or CDF. For a continuous distribution (like the exponential), it is not meaningful to compute the probability $P(X=x)$. However, you can compute the probability $P(X>x)$ or $P(X leq x)$ using the CDF (which is obtained by integrating the PDF).



          Hope this helps.






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Hi Aditya, I want to ask some clarification. The equation you used is CDF (P(X>x) = e^(-lambda*x)), it uses the lambda value 3 and x value 8. Therefore, the answer for my question would be e^(-24) ?
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 7:05












          • $begingroup$
            @DanielKim Actually, as I explained above, if the mean life of the computer is 3 years, your $lambda = 1/3$ (since the mean of an exponential distribution is $1/lambda$). So your answer is $e^{-8/3}$.
            $endgroup$
            – Aditya Dua
            Dec 19 '18 at 7:13





















          0












          $begingroup$

          As Aditya correctly pointed out, if your exponential distribution has a mean of 3 years, this means that $frac{1}{lambda} = 3$ and so $lambda = frac{1}{3}$ simply by definition. Let $X sim exp(-frac{1}{3})$



          Since the exponential distribution is continuous, the $P(X = 8) = 0$ and so the closest you can look is the probability that your computer will still be working after 8 years, or $P(X>8)$. we have that
          begin{align*}
          P(X > 8) &= 1 - P(X leq 8) \
          & = 1 - F_X(8) \
          & = 1 - (1-e^{-frac{1}{3}x}) \
          & = e^{-frac{8}{3}}
          end{align*}



          This says that there is approximately 7% chance that the computer is still working after 8 years.






          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%2f3046085%2flife-expectancy-of-new-computer-with-exponential-distribution%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









            2












            $begingroup$

            If $X$ is exponentially distributed with parameter $lambda$, the probability $P(X>x)=e^{-lambda x}$. You can substitute $lambda = 3$ and $x=8$ to get the probability that the computer is still working after 8 years.



            By the way, some clarity is required on what $lambda$ represents. Typically, $lambda$ is the parameter of the distribution and $1/lambda$ is the mean. In your example, if the mean life is 3 years (seems reasonable), $lambda = 1/3$.



            You substituted $x=8$ in the probability density function or PDF. Instead, you need to use the cumulative distribution function or CDF. For a continuous distribution (like the exponential), it is not meaningful to compute the probability $P(X=x)$. However, you can compute the probability $P(X>x)$ or $P(X leq x)$ using the CDF (which is obtained by integrating the PDF).



            Hope this helps.






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Hi Aditya, I want to ask some clarification. The equation you used is CDF (P(X>x) = e^(-lambda*x)), it uses the lambda value 3 and x value 8. Therefore, the answer for my question would be e^(-24) ?
              $endgroup$
              – Daniel Kim
              Dec 19 '18 at 7:05












            • $begingroup$
              @DanielKim Actually, as I explained above, if the mean life of the computer is 3 years, your $lambda = 1/3$ (since the mean of an exponential distribution is $1/lambda$). So your answer is $e^{-8/3}$.
              $endgroup$
              – Aditya Dua
              Dec 19 '18 at 7:13


















            2












            $begingroup$

            If $X$ is exponentially distributed with parameter $lambda$, the probability $P(X>x)=e^{-lambda x}$. You can substitute $lambda = 3$ and $x=8$ to get the probability that the computer is still working after 8 years.



            By the way, some clarity is required on what $lambda$ represents. Typically, $lambda$ is the parameter of the distribution and $1/lambda$ is the mean. In your example, if the mean life is 3 years (seems reasonable), $lambda = 1/3$.



            You substituted $x=8$ in the probability density function or PDF. Instead, you need to use the cumulative distribution function or CDF. For a continuous distribution (like the exponential), it is not meaningful to compute the probability $P(X=x)$. However, you can compute the probability $P(X>x)$ or $P(X leq x)$ using the CDF (which is obtained by integrating the PDF).



            Hope this helps.






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Hi Aditya, I want to ask some clarification. The equation you used is CDF (P(X>x) = e^(-lambda*x)), it uses the lambda value 3 and x value 8. Therefore, the answer for my question would be e^(-24) ?
              $endgroup$
              – Daniel Kim
              Dec 19 '18 at 7:05












            • $begingroup$
              @DanielKim Actually, as I explained above, if the mean life of the computer is 3 years, your $lambda = 1/3$ (since the mean of an exponential distribution is $1/lambda$). So your answer is $e^{-8/3}$.
              $endgroup$
              – Aditya Dua
              Dec 19 '18 at 7:13
















            2












            2








            2





            $begingroup$

            If $X$ is exponentially distributed with parameter $lambda$, the probability $P(X>x)=e^{-lambda x}$. You can substitute $lambda = 3$ and $x=8$ to get the probability that the computer is still working after 8 years.



            By the way, some clarity is required on what $lambda$ represents. Typically, $lambda$ is the parameter of the distribution and $1/lambda$ is the mean. In your example, if the mean life is 3 years (seems reasonable), $lambda = 1/3$.



            You substituted $x=8$ in the probability density function or PDF. Instead, you need to use the cumulative distribution function or CDF. For a continuous distribution (like the exponential), it is not meaningful to compute the probability $P(X=x)$. However, you can compute the probability $P(X>x)$ or $P(X leq x)$ using the CDF (which is obtained by integrating the PDF).



            Hope this helps.






            share|cite|improve this answer









            $endgroup$



            If $X$ is exponentially distributed with parameter $lambda$, the probability $P(X>x)=e^{-lambda x}$. You can substitute $lambda = 3$ and $x=8$ to get the probability that the computer is still working after 8 years.



            By the way, some clarity is required on what $lambda$ represents. Typically, $lambda$ is the parameter of the distribution and $1/lambda$ is the mean. In your example, if the mean life is 3 years (seems reasonable), $lambda = 1/3$.



            You substituted $x=8$ in the probability density function or PDF. Instead, you need to use the cumulative distribution function or CDF. For a continuous distribution (like the exponential), it is not meaningful to compute the probability $P(X=x)$. However, you can compute the probability $P(X>x)$ or $P(X leq x)$ using the CDF (which is obtained by integrating the PDF).



            Hope this helps.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Dec 19 '18 at 6:48









            Aditya DuaAditya Dua

            1,15418




            1,15418












            • $begingroup$
              Hi Aditya, I want to ask some clarification. The equation you used is CDF (P(X>x) = e^(-lambda*x)), it uses the lambda value 3 and x value 8. Therefore, the answer for my question would be e^(-24) ?
              $endgroup$
              – Daniel Kim
              Dec 19 '18 at 7:05












            • $begingroup$
              @DanielKim Actually, as I explained above, if the mean life of the computer is 3 years, your $lambda = 1/3$ (since the mean of an exponential distribution is $1/lambda$). So your answer is $e^{-8/3}$.
              $endgroup$
              – Aditya Dua
              Dec 19 '18 at 7:13




















            • $begingroup$
              Hi Aditya, I want to ask some clarification. The equation you used is CDF (P(X>x) = e^(-lambda*x)), it uses the lambda value 3 and x value 8. Therefore, the answer for my question would be e^(-24) ?
              $endgroup$
              – Daniel Kim
              Dec 19 '18 at 7:05












            • $begingroup$
              @DanielKim Actually, as I explained above, if the mean life of the computer is 3 years, your $lambda = 1/3$ (since the mean of an exponential distribution is $1/lambda$). So your answer is $e^{-8/3}$.
              $endgroup$
              – Aditya Dua
              Dec 19 '18 at 7:13


















            $begingroup$
            Hi Aditya, I want to ask some clarification. The equation you used is CDF (P(X>x) = e^(-lambda*x)), it uses the lambda value 3 and x value 8. Therefore, the answer for my question would be e^(-24) ?
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 7:05






            $begingroup$
            Hi Aditya, I want to ask some clarification. The equation you used is CDF (P(X>x) = e^(-lambda*x)), it uses the lambda value 3 and x value 8. Therefore, the answer for my question would be e^(-24) ?
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 7:05














            $begingroup$
            @DanielKim Actually, as I explained above, if the mean life of the computer is 3 years, your $lambda = 1/3$ (since the mean of an exponential distribution is $1/lambda$). So your answer is $e^{-8/3}$.
            $endgroup$
            – Aditya Dua
            Dec 19 '18 at 7:13






            $begingroup$
            @DanielKim Actually, as I explained above, if the mean life of the computer is 3 years, your $lambda = 1/3$ (since the mean of an exponential distribution is $1/lambda$). So your answer is $e^{-8/3}$.
            $endgroup$
            – Aditya Dua
            Dec 19 '18 at 7:13













            0












            $begingroup$

            As Aditya correctly pointed out, if your exponential distribution has a mean of 3 years, this means that $frac{1}{lambda} = 3$ and so $lambda = frac{1}{3}$ simply by definition. Let $X sim exp(-frac{1}{3})$



            Since the exponential distribution is continuous, the $P(X = 8) = 0$ and so the closest you can look is the probability that your computer will still be working after 8 years, or $P(X>8)$. we have that
            begin{align*}
            P(X > 8) &= 1 - P(X leq 8) \
            & = 1 - F_X(8) \
            & = 1 - (1-e^{-frac{1}{3}x}) \
            & = e^{-frac{8}{3}}
            end{align*}



            This says that there is approximately 7% chance that the computer is still working after 8 years.






            share|cite|improve this answer









            $endgroup$


















              0












              $begingroup$

              As Aditya correctly pointed out, if your exponential distribution has a mean of 3 years, this means that $frac{1}{lambda} = 3$ and so $lambda = frac{1}{3}$ simply by definition. Let $X sim exp(-frac{1}{3})$



              Since the exponential distribution is continuous, the $P(X = 8) = 0$ and so the closest you can look is the probability that your computer will still be working after 8 years, or $P(X>8)$. we have that
              begin{align*}
              P(X > 8) &= 1 - P(X leq 8) \
              & = 1 - F_X(8) \
              & = 1 - (1-e^{-frac{1}{3}x}) \
              & = e^{-frac{8}{3}}
              end{align*}



              This says that there is approximately 7% chance that the computer is still working after 8 years.






              share|cite|improve this answer









              $endgroup$
















                0












                0








                0





                $begingroup$

                As Aditya correctly pointed out, if your exponential distribution has a mean of 3 years, this means that $frac{1}{lambda} = 3$ and so $lambda = frac{1}{3}$ simply by definition. Let $X sim exp(-frac{1}{3})$



                Since the exponential distribution is continuous, the $P(X = 8) = 0$ and so the closest you can look is the probability that your computer will still be working after 8 years, or $P(X>8)$. we have that
                begin{align*}
                P(X > 8) &= 1 - P(X leq 8) \
                & = 1 - F_X(8) \
                & = 1 - (1-e^{-frac{1}{3}x}) \
                & = e^{-frac{8}{3}}
                end{align*}



                This says that there is approximately 7% chance that the computer is still working after 8 years.






                share|cite|improve this answer









                $endgroup$



                As Aditya correctly pointed out, if your exponential distribution has a mean of 3 years, this means that $frac{1}{lambda} = 3$ and so $lambda = frac{1}{3}$ simply by definition. Let $X sim exp(-frac{1}{3})$



                Since the exponential distribution is continuous, the $P(X = 8) = 0$ and so the closest you can look is the probability that your computer will still be working after 8 years, or $P(X>8)$. we have that
                begin{align*}
                P(X > 8) &= 1 - P(X leq 8) \
                & = 1 - F_X(8) \
                & = 1 - (1-e^{-frac{1}{3}x}) \
                & = e^{-frac{8}{3}}
                end{align*}



                This says that there is approximately 7% chance that the computer is still working after 8 years.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Dec 19 '18 at 17:27









                Amin SammaraAmin Sammara

                186




                186






























                    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%2f3046085%2flife-expectancy-of-new-computer-with-exponential-distribution%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

                    Bundesstraße 106

                    Verónica Boquete

                    Ida-Boy-Ed-Garten