What is the probability that a process is alive at time T? What is the right unit for T?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I have a continuous process. At any time $t$, the probability that it fails is given by the continuous but not necessarily monotonic function $p_fail(t)$.



Based on this, I have two questions:



  1. What is the probability that the process does not fail within the interval $[0,T]$?

  2. How do I get the units right / how can I make the probability independent of the unit, which the time is given in?

This is what I tried so far:



Question 1



A) Product Integral



Consider a continuous event tree, that splits into two branches at each layer: failed + not failed. A failed node does not expand further. Applying the multiplication rule to the not failed chain gives the probability that the process is still alive at time $T$:
$$ beginalign
P_alive(T) &= prod_t=0^T(1 - p_fail(t)) \
&= exp(int_t=0^T ln(1-p_fail(t)) dt)
endalign $$



B) Reliability Approach



Consider the function $p_fail(t)$ to give the failure rate at time $t$. The probability that the process is alive at time $T$ is given by the reliability function:
$$ beginalign
R(T) = exp(-int_t=0^T p_fail(t) dt)
endalign $$



For both approaches, results are very similar in my case (difference is between $10^-10$ and $10^-15$)



Question 2



The results of both approaches obviously depend on the unit the time is given in.



So my second problem is to get the units right.



Consider the simple function $p_1,fail(t [s]) = frac0.013600s cdot t$, for $t$ in seconds. This (in my opinion) is equal to $p_2,fail(t [h]) = frac0.011h cdot t$, for $t$ in hours.



With $T = 1h = 3600s$ the integration gives different results, depending on the unit of time:



beginarray c
hline & int_t=0^T ln(1-p(t)) dt & int_t=0^T p(t) dt \
hline p_1 & -18.00 & 18.00 \
hline p_2 & -0.005 & 0.005 \
hline
endarray



Of course, this affects the result for $P_alive(T)$. Maybe this is an indicator, that both approaches, A and B, are wrong?







share|cite|improve this question























    up vote
    0
    down vote

    favorite












    I have a continuous process. At any time $t$, the probability that it fails is given by the continuous but not necessarily monotonic function $p_fail(t)$.



    Based on this, I have two questions:



    1. What is the probability that the process does not fail within the interval $[0,T]$?

    2. How do I get the units right / how can I make the probability independent of the unit, which the time is given in?

    This is what I tried so far:



    Question 1



    A) Product Integral



    Consider a continuous event tree, that splits into two branches at each layer: failed + not failed. A failed node does not expand further. Applying the multiplication rule to the not failed chain gives the probability that the process is still alive at time $T$:
    $$ beginalign
    P_alive(T) &= prod_t=0^T(1 - p_fail(t)) \
    &= exp(int_t=0^T ln(1-p_fail(t)) dt)
    endalign $$



    B) Reliability Approach



    Consider the function $p_fail(t)$ to give the failure rate at time $t$. The probability that the process is alive at time $T$ is given by the reliability function:
    $$ beginalign
    R(T) = exp(-int_t=0^T p_fail(t) dt)
    endalign $$



    For both approaches, results are very similar in my case (difference is between $10^-10$ and $10^-15$)



    Question 2



    The results of both approaches obviously depend on the unit the time is given in.



    So my second problem is to get the units right.



    Consider the simple function $p_1,fail(t [s]) = frac0.013600s cdot t$, for $t$ in seconds. This (in my opinion) is equal to $p_2,fail(t [h]) = frac0.011h cdot t$, for $t$ in hours.



    With $T = 1h = 3600s$ the integration gives different results, depending on the unit of time:



    beginarray c
    hline & int_t=0^T ln(1-p(t)) dt & int_t=0^T p(t) dt \
    hline p_1 & -18.00 & 18.00 \
    hline p_2 & -0.005 & 0.005 \
    hline
    endarray



    Of course, this affects the result for $P_alive(T)$. Maybe this is an indicator, that both approaches, A and B, are wrong?







    share|cite|improve this question





















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have a continuous process. At any time $t$, the probability that it fails is given by the continuous but not necessarily monotonic function $p_fail(t)$.



      Based on this, I have two questions:



      1. What is the probability that the process does not fail within the interval $[0,T]$?

      2. How do I get the units right / how can I make the probability independent of the unit, which the time is given in?

      This is what I tried so far:



      Question 1



      A) Product Integral



      Consider a continuous event tree, that splits into two branches at each layer: failed + not failed. A failed node does not expand further. Applying the multiplication rule to the not failed chain gives the probability that the process is still alive at time $T$:
      $$ beginalign
      P_alive(T) &= prod_t=0^T(1 - p_fail(t)) \
      &= exp(int_t=0^T ln(1-p_fail(t)) dt)
      endalign $$



      B) Reliability Approach



      Consider the function $p_fail(t)$ to give the failure rate at time $t$. The probability that the process is alive at time $T$ is given by the reliability function:
      $$ beginalign
      R(T) = exp(-int_t=0^T p_fail(t) dt)
      endalign $$



      For both approaches, results are very similar in my case (difference is between $10^-10$ and $10^-15$)



      Question 2



      The results of both approaches obviously depend on the unit the time is given in.



      So my second problem is to get the units right.



      Consider the simple function $p_1,fail(t [s]) = frac0.013600s cdot t$, for $t$ in seconds. This (in my opinion) is equal to $p_2,fail(t [h]) = frac0.011h cdot t$, for $t$ in hours.



      With $T = 1h = 3600s$ the integration gives different results, depending on the unit of time:



      beginarray c
      hline & int_t=0^T ln(1-p(t)) dt & int_t=0^T p(t) dt \
      hline p_1 & -18.00 & 18.00 \
      hline p_2 & -0.005 & 0.005 \
      hline
      endarray



      Of course, this affects the result for $P_alive(T)$. Maybe this is an indicator, that both approaches, A and B, are wrong?







      share|cite|improve this question











      I have a continuous process. At any time $t$, the probability that it fails is given by the continuous but not necessarily monotonic function $p_fail(t)$.



      Based on this, I have two questions:



      1. What is the probability that the process does not fail within the interval $[0,T]$?

      2. How do I get the units right / how can I make the probability independent of the unit, which the time is given in?

      This is what I tried so far:



      Question 1



      A) Product Integral



      Consider a continuous event tree, that splits into two branches at each layer: failed + not failed. A failed node does not expand further. Applying the multiplication rule to the not failed chain gives the probability that the process is still alive at time $T$:
      $$ beginalign
      P_alive(T) &= prod_t=0^T(1 - p_fail(t)) \
      &= exp(int_t=0^T ln(1-p_fail(t)) dt)
      endalign $$



      B) Reliability Approach



      Consider the function $p_fail(t)$ to give the failure rate at time $t$. The probability that the process is alive at time $T$ is given by the reliability function:
      $$ beginalign
      R(T) = exp(-int_t=0^T p_fail(t) dt)
      endalign $$



      For both approaches, results are very similar in my case (difference is between $10^-10$ and $10^-15$)



      Question 2



      The results of both approaches obviously depend on the unit the time is given in.



      So my second problem is to get the units right.



      Consider the simple function $p_1,fail(t [s]) = frac0.013600s cdot t$, for $t$ in seconds. This (in my opinion) is equal to $p_2,fail(t [h]) = frac0.011h cdot t$, for $t$ in hours.



      With $T = 1h = 3600s$ the integration gives different results, depending on the unit of time:



      beginarray c
      hline & int_t=0^T ln(1-p(t)) dt & int_t=0^T p(t) dt \
      hline p_1 & -18.00 & 18.00 \
      hline p_2 & -0.005 & 0.005 \
      hline
      endarray



      Of course, this affects the result for $P_alive(T)$. Maybe this is an indicator, that both approaches, A and B, are wrong?









      share|cite|improve this question










      share|cite|improve this question




      share|cite|improve this question









      asked Aug 6 at 8:49









      Stanley F.

      1064




      1064

























          active

          oldest

          votes











          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          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%2f2873708%2fwhat-is-the-probability-that-a-process-is-alive-at-time-t-what-is-the-right-uni%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2873708%2fwhat-is-the-probability-that-a-process-is-alive-at-time-t-what-is-the-right-uni%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          What is the equation of a 3D cone with generalised tilt?

          Color the edges and diagonals of a regular polygon

          Relationship between determinant of matrix and determinant of adjoint?