Exponential pdf interpretation The 2019 Stack Overflow Developer Survey Results Are In Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraProbability distribution for the age of a process prior to a stopping point (at an exponentially distributed time)Exponential Distribution with changing (time-varying) rate parameterExponential random Variable and Deterministic Variable MixWhen to assume exponential distribution?Given $f_Y(y;lambda) = lambda e^-lambda y$ , $y > 0 $, show $hat lambda = Y_1$ is not consistent for $lambda$exponential distribution question (poisson process)Given a variable $X$ with a PDF, what is the PDF of $sqrtX$Interarrival time in queu(e)-ing processinter arrival time ( continuous exponential distribution)How to get probability density functions (PDF) for an $N times D$ matrix?

Am I ethically obligated to go into work on an off day if the reason is sudden?

What other Star Trek series did the main TNG cast show up in?

ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?

Why did Peik Lin say, "I'm not an animal"?

Presidential Pardon

Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?

What's the point in a preamp?

Would an alien lifeform be able to achieve space travel if lacking in vision?

Are spiders unable to hurt humans, especially very small spiders?

Do I have Disadvantage attacking with an off-hand weapon?

Didn't get enough time to take a Coding Test - what to do now?

should truth entail possible truth

Why not take a picture of a closer black hole?

Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?

Can a flute soloist sit?

Store Dynamic-accessible hidden metadata in a cell

Using dividends to reduce short term capital gains?

Do warforged have souls?

My body leaves; my core can stay

What happens to a Warlock's expended Spell Slots when they gain a Level?

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

Why can't devices on different VLANs, but on the same subnet, communicate?

Can each chord in a progression create its own key?

Do working physicists consider Newtonian mechanics to be "falsified"?



Exponential pdf interpretation



The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraProbability distribution for the age of a process prior to a stopping point (at an exponentially distributed time)Exponential Distribution with changing (time-varying) rate parameterExponential random Variable and Deterministic Variable MixWhen to assume exponential distribution?Given $f_Y(y;lambda) = lambda e^-lambda y$ , $y > 0 $, show $hat lambda = Y_1$ is not consistent for $lambda$exponential distribution question (poisson process)Given a variable $X$ with a PDF, what is the PDF of $sqrtX$Interarrival time in queu(e)-ing processinter arrival time ( continuous exponential distribution)How to get probability density functions (PDF) for an $N times D$ matrix?










0












$begingroup$


I am looking at an exponential pdf in the context of interarrival times. The intensity is $2$ per unit of time. I plot the pdf of



$$f_Y_1 (y) = lambda e^-lambda y, y geq 0$$



What is $y$ here, it is time, right?



If I plot this pdf, I get:



enter image description here



Which does not make much sense.



  1. Should not pdf give as a result the probability? Do I need to use scale constant, to turn the output into probability?


  2. Is the output of the pdf an interarrival time instead of the probability?


  3. I need to sample interarrival times from this pdf. How do I go about this?










share|cite|improve this question









$endgroup$
















    0












    $begingroup$


    I am looking at an exponential pdf in the context of interarrival times. The intensity is $2$ per unit of time. I plot the pdf of



    $$f_Y_1 (y) = lambda e^-lambda y, y geq 0$$



    What is $y$ here, it is time, right?



    If I plot this pdf, I get:



    enter image description here



    Which does not make much sense.



    1. Should not pdf give as a result the probability? Do I need to use scale constant, to turn the output into probability?


    2. Is the output of the pdf an interarrival time instead of the probability?


    3. I need to sample interarrival times from this pdf. How do I go about this?










    share|cite|improve this question









    $endgroup$














      0












      0








      0





      $begingroup$


      I am looking at an exponential pdf in the context of interarrival times. The intensity is $2$ per unit of time. I plot the pdf of



      $$f_Y_1 (y) = lambda e^-lambda y, y geq 0$$



      What is $y$ here, it is time, right?



      If I plot this pdf, I get:



      enter image description here



      Which does not make much sense.



      1. Should not pdf give as a result the probability? Do I need to use scale constant, to turn the output into probability?


      2. Is the output of the pdf an interarrival time instead of the probability?


      3. I need to sample interarrival times from this pdf. How do I go about this?










      share|cite|improve this question









      $endgroup$




      I am looking at an exponential pdf in the context of interarrival times. The intensity is $2$ per unit of time. I plot the pdf of



      $$f_Y_1 (y) = lambda e^-lambda y, y geq 0$$



      What is $y$ here, it is time, right?



      If I plot this pdf, I get:



      enter image description here



      Which does not make much sense.



      1. Should not pdf give as a result the probability? Do I need to use scale constant, to turn the output into probability?


      2. Is the output of the pdf an interarrival time instead of the probability?


      3. I need to sample interarrival times from this pdf. How do I go about this?







      probability






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Mar 24 at 17:24









      i squared - Keep it Reali squared - Keep it Real

      1,63211128




      1,63211128




















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          The software has computed $f$ at a small number of far apart points, turn joined them with lines. If you adjust the settings, you should get a smooth curve. The probability that $ale yle b$ is $int_a^b f(y) dy$. See here for how to sample $Y$.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            I did that before (the smooth curve). It is just a smoother curve.
            $endgroup$
            – i squared - Keep it Real
            Mar 24 at 17:30










          • $begingroup$
            I think $lambda$ that I should have used in my equation is not $2$, but $1/2$
            $endgroup$
            – i squared - Keep it Real
            Mar 24 at 17:37










          • $begingroup$
            Well, with $2$ events per unit time the time between consecutive events has mean $1/lambda=1/2$, so yes, you need $lambda=2$. It's called a rate parameter.
            $endgroup$
            – J.G.
            Mar 24 at 17:40










          • $begingroup$
            k coo. So I can ignore the output from above. The probability is what you have defined it to be. And To sample I invert it, or just use the numpy's np.random.exponential :)
            $endgroup$
            – i squared - Keep it Real
            Mar 24 at 17:49






          • 1




            $begingroup$
            Give scipy.stats.exponential a look as well. That way, it can do more than just sample (which you do with scipy.stats.exponential.rvs).
            $endgroup$
            – J.G.
            Mar 24 at 17:57











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



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3160803%2fexponential-pdf-interpretation%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









          0












          $begingroup$

          The software has computed $f$ at a small number of far apart points, turn joined them with lines. If you adjust the settings, you should get a smooth curve. The probability that $ale yle b$ is $int_a^b f(y) dy$. See here for how to sample $Y$.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            I did that before (the smooth curve). It is just a smoother curve.
            $endgroup$
            – i squared - Keep it Real
            Mar 24 at 17:30










          • $begingroup$
            I think $lambda$ that I should have used in my equation is not $2$, but $1/2$
            $endgroup$
            – i squared - Keep it Real
            Mar 24 at 17:37










          • $begingroup$
            Well, with $2$ events per unit time the time between consecutive events has mean $1/lambda=1/2$, so yes, you need $lambda=2$. It's called a rate parameter.
            $endgroup$
            – J.G.
            Mar 24 at 17:40










          • $begingroup$
            k coo. So I can ignore the output from above. The probability is what you have defined it to be. And To sample I invert it, or just use the numpy's np.random.exponential :)
            $endgroup$
            – i squared - Keep it Real
            Mar 24 at 17:49






          • 1




            $begingroup$
            Give scipy.stats.exponential a look as well. That way, it can do more than just sample (which you do with scipy.stats.exponential.rvs).
            $endgroup$
            – J.G.
            Mar 24 at 17:57















          0












          $begingroup$

          The software has computed $f$ at a small number of far apart points, turn joined them with lines. If you adjust the settings, you should get a smooth curve. The probability that $ale yle b$ is $int_a^b f(y) dy$. See here for how to sample $Y$.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            I did that before (the smooth curve). It is just a smoother curve.
            $endgroup$
            – i squared - Keep it Real
            Mar 24 at 17:30










          • $begingroup$
            I think $lambda$ that I should have used in my equation is not $2$, but $1/2$
            $endgroup$
            – i squared - Keep it Real
            Mar 24 at 17:37










          • $begingroup$
            Well, with $2$ events per unit time the time between consecutive events has mean $1/lambda=1/2$, so yes, you need $lambda=2$. It's called a rate parameter.
            $endgroup$
            – J.G.
            Mar 24 at 17:40










          • $begingroup$
            k coo. So I can ignore the output from above. The probability is what you have defined it to be. And To sample I invert it, or just use the numpy's np.random.exponential :)
            $endgroup$
            – i squared - Keep it Real
            Mar 24 at 17:49






          • 1




            $begingroup$
            Give scipy.stats.exponential a look as well. That way, it can do more than just sample (which you do with scipy.stats.exponential.rvs).
            $endgroup$
            – J.G.
            Mar 24 at 17:57













          0












          0








          0





          $begingroup$

          The software has computed $f$ at a small number of far apart points, turn joined them with lines. If you adjust the settings, you should get a smooth curve. The probability that $ale yle b$ is $int_a^b f(y) dy$. See here for how to sample $Y$.






          share|cite|improve this answer









          $endgroup$



          The software has computed $f$ at a small number of far apart points, turn joined them with lines. If you adjust the settings, you should get a smooth curve. The probability that $ale yle b$ is $int_a^b f(y) dy$. See here for how to sample $Y$.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Mar 24 at 17:27









          J.G.J.G.

          33.3k23252




          33.3k23252











          • $begingroup$
            I did that before (the smooth curve). It is just a smoother curve.
            $endgroup$
            – i squared - Keep it Real
            Mar 24 at 17:30










          • $begingroup$
            I think $lambda$ that I should have used in my equation is not $2$, but $1/2$
            $endgroup$
            – i squared - Keep it Real
            Mar 24 at 17:37










          • $begingroup$
            Well, with $2$ events per unit time the time between consecutive events has mean $1/lambda=1/2$, so yes, you need $lambda=2$. It's called a rate parameter.
            $endgroup$
            – J.G.
            Mar 24 at 17:40










          • $begingroup$
            k coo. So I can ignore the output from above. The probability is what you have defined it to be. And To sample I invert it, or just use the numpy's np.random.exponential :)
            $endgroup$
            – i squared - Keep it Real
            Mar 24 at 17:49






          • 1




            $begingroup$
            Give scipy.stats.exponential a look as well. That way, it can do more than just sample (which you do with scipy.stats.exponential.rvs).
            $endgroup$
            – J.G.
            Mar 24 at 17:57
















          • $begingroup$
            I did that before (the smooth curve). It is just a smoother curve.
            $endgroup$
            – i squared - Keep it Real
            Mar 24 at 17:30










          • $begingroup$
            I think $lambda$ that I should have used in my equation is not $2$, but $1/2$
            $endgroup$
            – i squared - Keep it Real
            Mar 24 at 17:37










          • $begingroup$
            Well, with $2$ events per unit time the time between consecutive events has mean $1/lambda=1/2$, so yes, you need $lambda=2$. It's called a rate parameter.
            $endgroup$
            – J.G.
            Mar 24 at 17:40










          • $begingroup$
            k coo. So I can ignore the output from above. The probability is what you have defined it to be. And To sample I invert it, or just use the numpy's np.random.exponential :)
            $endgroup$
            – i squared - Keep it Real
            Mar 24 at 17:49






          • 1




            $begingroup$
            Give scipy.stats.exponential a look as well. That way, it can do more than just sample (which you do with scipy.stats.exponential.rvs).
            $endgroup$
            – J.G.
            Mar 24 at 17:57















          $begingroup$
          I did that before (the smooth curve). It is just a smoother curve.
          $endgroup$
          – i squared - Keep it Real
          Mar 24 at 17:30




          $begingroup$
          I did that before (the smooth curve). It is just a smoother curve.
          $endgroup$
          – i squared - Keep it Real
          Mar 24 at 17:30












          $begingroup$
          I think $lambda$ that I should have used in my equation is not $2$, but $1/2$
          $endgroup$
          – i squared - Keep it Real
          Mar 24 at 17:37




          $begingroup$
          I think $lambda$ that I should have used in my equation is not $2$, but $1/2$
          $endgroup$
          – i squared - Keep it Real
          Mar 24 at 17:37












          $begingroup$
          Well, with $2$ events per unit time the time between consecutive events has mean $1/lambda=1/2$, so yes, you need $lambda=2$. It's called a rate parameter.
          $endgroup$
          – J.G.
          Mar 24 at 17:40




          $begingroup$
          Well, with $2$ events per unit time the time between consecutive events has mean $1/lambda=1/2$, so yes, you need $lambda=2$. It's called a rate parameter.
          $endgroup$
          – J.G.
          Mar 24 at 17:40












          $begingroup$
          k coo. So I can ignore the output from above. The probability is what you have defined it to be. And To sample I invert it, or just use the numpy's np.random.exponential :)
          $endgroup$
          – i squared - Keep it Real
          Mar 24 at 17:49




          $begingroup$
          k coo. So I can ignore the output from above. The probability is what you have defined it to be. And To sample I invert it, or just use the numpy's np.random.exponential :)
          $endgroup$
          – i squared - Keep it Real
          Mar 24 at 17:49




          1




          1




          $begingroup$
          Give scipy.stats.exponential a look as well. That way, it can do more than just sample (which you do with scipy.stats.exponential.rvs).
          $endgroup$
          – J.G.
          Mar 24 at 17:57




          $begingroup$
          Give scipy.stats.exponential a look as well. That way, it can do more than just sample (which you do with scipy.stats.exponential.rvs).
          $endgroup$
          – J.G.
          Mar 24 at 17:57

















          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%2f3160803%2fexponential-pdf-interpretation%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

          How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer

          random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

          Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye