Probability of football player scoring 2 goals, 3+ goals or anytime given his prob to score if goal is being...












0












$begingroup$


Assuming that I have a football match, and each team has 11 players. I know for any given goal the probability of scoring for each player (for simplicity these probs remain constant during the game).



What I want to know is how to calculate the probability for each player (all 22 players) of scoring 2 goals, 3 + goals or score anytime.
My initial idea was to use binomial distribution, but I don't know the number of trials.
It is my understanding that:



Pi(0): is the probability that player i scores 0 goals
Pi(1): ---------------------------------------1 goal
Pi(2): ---------------------------------------2 goals
1 - Pi(0): the probability of player i scoring any time (at least one goal)
1 - Pi(0) - Pi(1) - Pi(2): probability of player i scoring 3 or more goals


So any idea how to calculate this?
I can have the probabilities of a goal being scored by each player (p1, p2, ... p22) and have them sum up to 1, or I can have the probability of match ending up 0-0 (no one scored) and have those probs sum up to 1 (p1+p2+...+p22 + p(0-0))



What else do I need to know?
If I knew the probability of having 1 goal for home team, 2 goals, 3 goals etc and then for away team respectively how would that help?



thanks in advance










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    Assuming that I have a football match, and each team has 11 players. I know for any given goal the probability of scoring for each player (for simplicity these probs remain constant during the game).



    What I want to know is how to calculate the probability for each player (all 22 players) of scoring 2 goals, 3 + goals or score anytime.
    My initial idea was to use binomial distribution, but I don't know the number of trials.
    It is my understanding that:



    Pi(0): is the probability that player i scores 0 goals
    Pi(1): ---------------------------------------1 goal
    Pi(2): ---------------------------------------2 goals
    1 - Pi(0): the probability of player i scoring any time (at least one goal)
    1 - Pi(0) - Pi(1) - Pi(2): probability of player i scoring 3 or more goals


    So any idea how to calculate this?
    I can have the probabilities of a goal being scored by each player (p1, p2, ... p22) and have them sum up to 1, or I can have the probability of match ending up 0-0 (no one scored) and have those probs sum up to 1 (p1+p2+...+p22 + p(0-0))



    What else do I need to know?
    If I knew the probability of having 1 goal for home team, 2 goals, 3 goals etc and then for away team respectively how would that help?



    thanks in advance










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      Assuming that I have a football match, and each team has 11 players. I know for any given goal the probability of scoring for each player (for simplicity these probs remain constant during the game).



      What I want to know is how to calculate the probability for each player (all 22 players) of scoring 2 goals, 3 + goals or score anytime.
      My initial idea was to use binomial distribution, but I don't know the number of trials.
      It is my understanding that:



      Pi(0): is the probability that player i scores 0 goals
      Pi(1): ---------------------------------------1 goal
      Pi(2): ---------------------------------------2 goals
      1 - Pi(0): the probability of player i scoring any time (at least one goal)
      1 - Pi(0) - Pi(1) - Pi(2): probability of player i scoring 3 or more goals


      So any idea how to calculate this?
      I can have the probabilities of a goal being scored by each player (p1, p2, ... p22) and have them sum up to 1, or I can have the probability of match ending up 0-0 (no one scored) and have those probs sum up to 1 (p1+p2+...+p22 + p(0-0))



      What else do I need to know?
      If I knew the probability of having 1 goal for home team, 2 goals, 3 goals etc and then for away team respectively how would that help?



      thanks in advance










      share|cite|improve this question









      $endgroup$




      Assuming that I have a football match, and each team has 11 players. I know for any given goal the probability of scoring for each player (for simplicity these probs remain constant during the game).



      What I want to know is how to calculate the probability for each player (all 22 players) of scoring 2 goals, 3 + goals or score anytime.
      My initial idea was to use binomial distribution, but I don't know the number of trials.
      It is my understanding that:



      Pi(0): is the probability that player i scores 0 goals
      Pi(1): ---------------------------------------1 goal
      Pi(2): ---------------------------------------2 goals
      1 - Pi(0): the probability of player i scoring any time (at least one goal)
      1 - Pi(0) - Pi(1) - Pi(2): probability of player i scoring 3 or more goals


      So any idea how to calculate this?
      I can have the probabilities of a goal being scored by each player (p1, p2, ... p22) and have them sum up to 1, or I can have the probability of match ending up 0-0 (no one scored) and have those probs sum up to 1 (p1+p2+...+p22 + p(0-0))



      What else do I need to know?
      If I knew the probability of having 1 goal for home team, 2 goals, 3 goals etc and then for away team respectively how would that help?



      thanks in advance







      probability probability-theory probability-distributions binomial-distribution






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Jan 3 at 15:17









      TomTom

      1035




      1035






















          1 Answer
          1






          active

          oldest

          votes


















          2












          $begingroup$

          The number of trials is $1$ for each player. The chance of one goal is the chance one player scores one goal and all the others score zero, so
          $$P(1)=sum_ileft(P_i(1)prod_{j neq i}P_j(0)right)$$
          The chance of two goals is the chance one player scores two goals and nobody else scores plus the chance that two different players score one goal each and nobody else scores at all
          $$P(2)=sum_ileft(P_i(2)prod_{j neq i}P_j(0)right)+sum_{stackrel {i,j}{i neq j}}left(P_i(1)P_j(1)prod_{k neq i,j}P_k(0)right)$$
          It gets more complicated as you add more goals.



          This assumes that the chance of one player scoring is independent of the others. Maybe if one player scores the defense is poor and his teammates have a higher chance of scoring. Maybe if the team gives up a goal they play harder, or get discouraged, or something.



          The above seems to be going the opposite direction from what you wanted. If you know the chance that each goal is scored by player $i$, call it $p_i$, and the chance of $n$ goals being scored, which is the $P(n)$ above we are trying to calculate the chance player $i$ scored $k$ goals, which is the above $P_i(k)$. If just one goal is scored, we have $P_i(1)=p_i$. In the spirit of generating functions we can use the fact that $sum_ip_i=1$ and raise that the power of $n$, the number of goals that are scored. For $2$ the chance that player $i$ scored them both is $p_i^2$. The chance that players $i$ and $j$ each scored one is $2p_ip_j$. The chance that player $i$ scored exactly one goal is then $$sum_{stackrel {j}{jneq i}}2p_ip_j=2p_i(1-p_i)={2 choose 1}p_i^1(1-p_i)^{(2-1)}$$
          The number of trials is just the number of goals scored by the side. If $n$ goals are scored, the chance player $i$ has scored exactly $k$ of them is $${n choose k}p_i^k(1-p_i)^{n-k}$$






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            thanks for replying. I need the probability for player i to score 1 goal, not 1 goal in total. This is why I said I don't know the number of trials. I have the prob of success for player i, and I need to calculate the prob of having 1 success , 2 successes etc
            $endgroup$
            – Tom
            Jan 3 at 15:45










          • $begingroup$
            So, if i want the Pi(0) i shloud get something like: P(0)* Pi(0)+P(1)*Pi(0)+....+P(n)*Pi(0) ? And following that rational: for i player scoring 1 goal: P(1)* Pi(1) + P(2)*Pi(1)+...+P(n)*Pi(1) ?
            $endgroup$
            – Tom
            Jan 3 at 17:36








          • 1




            $begingroup$
            If you want the probability the player scores at least one goal, compute the chance he does not score any and subtract from $1$. You would have to compute the chance he does not score any given the team scores $1,2,3,ldots$ and add them up.
            $endgroup$
            – Ross Millikan
            Jan 3 at 18:05











          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%2f3060655%2fprobability-of-football-player-scoring-2-goals-3-goals-or-anytime-given-his-pr%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









          2












          $begingroup$

          The number of trials is $1$ for each player. The chance of one goal is the chance one player scores one goal and all the others score zero, so
          $$P(1)=sum_ileft(P_i(1)prod_{j neq i}P_j(0)right)$$
          The chance of two goals is the chance one player scores two goals and nobody else scores plus the chance that two different players score one goal each and nobody else scores at all
          $$P(2)=sum_ileft(P_i(2)prod_{j neq i}P_j(0)right)+sum_{stackrel {i,j}{i neq j}}left(P_i(1)P_j(1)prod_{k neq i,j}P_k(0)right)$$
          It gets more complicated as you add more goals.



          This assumes that the chance of one player scoring is independent of the others. Maybe if one player scores the defense is poor and his teammates have a higher chance of scoring. Maybe if the team gives up a goal they play harder, or get discouraged, or something.



          The above seems to be going the opposite direction from what you wanted. If you know the chance that each goal is scored by player $i$, call it $p_i$, and the chance of $n$ goals being scored, which is the $P(n)$ above we are trying to calculate the chance player $i$ scored $k$ goals, which is the above $P_i(k)$. If just one goal is scored, we have $P_i(1)=p_i$. In the spirit of generating functions we can use the fact that $sum_ip_i=1$ and raise that the power of $n$, the number of goals that are scored. For $2$ the chance that player $i$ scored them both is $p_i^2$. The chance that players $i$ and $j$ each scored one is $2p_ip_j$. The chance that player $i$ scored exactly one goal is then $$sum_{stackrel {j}{jneq i}}2p_ip_j=2p_i(1-p_i)={2 choose 1}p_i^1(1-p_i)^{(2-1)}$$
          The number of trials is just the number of goals scored by the side. If $n$ goals are scored, the chance player $i$ has scored exactly $k$ of them is $${n choose k}p_i^k(1-p_i)^{n-k}$$






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            thanks for replying. I need the probability for player i to score 1 goal, not 1 goal in total. This is why I said I don't know the number of trials. I have the prob of success for player i, and I need to calculate the prob of having 1 success , 2 successes etc
            $endgroup$
            – Tom
            Jan 3 at 15:45










          • $begingroup$
            So, if i want the Pi(0) i shloud get something like: P(0)* Pi(0)+P(1)*Pi(0)+....+P(n)*Pi(0) ? And following that rational: for i player scoring 1 goal: P(1)* Pi(1) + P(2)*Pi(1)+...+P(n)*Pi(1) ?
            $endgroup$
            – Tom
            Jan 3 at 17:36








          • 1




            $begingroup$
            If you want the probability the player scores at least one goal, compute the chance he does not score any and subtract from $1$. You would have to compute the chance he does not score any given the team scores $1,2,3,ldots$ and add them up.
            $endgroup$
            – Ross Millikan
            Jan 3 at 18:05
















          2












          $begingroup$

          The number of trials is $1$ for each player. The chance of one goal is the chance one player scores one goal and all the others score zero, so
          $$P(1)=sum_ileft(P_i(1)prod_{j neq i}P_j(0)right)$$
          The chance of two goals is the chance one player scores two goals and nobody else scores plus the chance that two different players score one goal each and nobody else scores at all
          $$P(2)=sum_ileft(P_i(2)prod_{j neq i}P_j(0)right)+sum_{stackrel {i,j}{i neq j}}left(P_i(1)P_j(1)prod_{k neq i,j}P_k(0)right)$$
          It gets more complicated as you add more goals.



          This assumes that the chance of one player scoring is independent of the others. Maybe if one player scores the defense is poor and his teammates have a higher chance of scoring. Maybe if the team gives up a goal they play harder, or get discouraged, or something.



          The above seems to be going the opposite direction from what you wanted. If you know the chance that each goal is scored by player $i$, call it $p_i$, and the chance of $n$ goals being scored, which is the $P(n)$ above we are trying to calculate the chance player $i$ scored $k$ goals, which is the above $P_i(k)$. If just one goal is scored, we have $P_i(1)=p_i$. In the spirit of generating functions we can use the fact that $sum_ip_i=1$ and raise that the power of $n$, the number of goals that are scored. For $2$ the chance that player $i$ scored them both is $p_i^2$. The chance that players $i$ and $j$ each scored one is $2p_ip_j$. The chance that player $i$ scored exactly one goal is then $$sum_{stackrel {j}{jneq i}}2p_ip_j=2p_i(1-p_i)={2 choose 1}p_i^1(1-p_i)^{(2-1)}$$
          The number of trials is just the number of goals scored by the side. If $n$ goals are scored, the chance player $i$ has scored exactly $k$ of them is $${n choose k}p_i^k(1-p_i)^{n-k}$$






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            thanks for replying. I need the probability for player i to score 1 goal, not 1 goal in total. This is why I said I don't know the number of trials. I have the prob of success for player i, and I need to calculate the prob of having 1 success , 2 successes etc
            $endgroup$
            – Tom
            Jan 3 at 15:45










          • $begingroup$
            So, if i want the Pi(0) i shloud get something like: P(0)* Pi(0)+P(1)*Pi(0)+....+P(n)*Pi(0) ? And following that rational: for i player scoring 1 goal: P(1)* Pi(1) + P(2)*Pi(1)+...+P(n)*Pi(1) ?
            $endgroup$
            – Tom
            Jan 3 at 17:36








          • 1




            $begingroup$
            If you want the probability the player scores at least one goal, compute the chance he does not score any and subtract from $1$. You would have to compute the chance he does not score any given the team scores $1,2,3,ldots$ and add them up.
            $endgroup$
            – Ross Millikan
            Jan 3 at 18:05














          2












          2








          2





          $begingroup$

          The number of trials is $1$ for each player. The chance of one goal is the chance one player scores one goal and all the others score zero, so
          $$P(1)=sum_ileft(P_i(1)prod_{j neq i}P_j(0)right)$$
          The chance of two goals is the chance one player scores two goals and nobody else scores plus the chance that two different players score one goal each and nobody else scores at all
          $$P(2)=sum_ileft(P_i(2)prod_{j neq i}P_j(0)right)+sum_{stackrel {i,j}{i neq j}}left(P_i(1)P_j(1)prod_{k neq i,j}P_k(0)right)$$
          It gets more complicated as you add more goals.



          This assumes that the chance of one player scoring is independent of the others. Maybe if one player scores the defense is poor and his teammates have a higher chance of scoring. Maybe if the team gives up a goal they play harder, or get discouraged, or something.



          The above seems to be going the opposite direction from what you wanted. If you know the chance that each goal is scored by player $i$, call it $p_i$, and the chance of $n$ goals being scored, which is the $P(n)$ above we are trying to calculate the chance player $i$ scored $k$ goals, which is the above $P_i(k)$. If just one goal is scored, we have $P_i(1)=p_i$. In the spirit of generating functions we can use the fact that $sum_ip_i=1$ and raise that the power of $n$, the number of goals that are scored. For $2$ the chance that player $i$ scored them both is $p_i^2$. The chance that players $i$ and $j$ each scored one is $2p_ip_j$. The chance that player $i$ scored exactly one goal is then $$sum_{stackrel {j}{jneq i}}2p_ip_j=2p_i(1-p_i)={2 choose 1}p_i^1(1-p_i)^{(2-1)}$$
          The number of trials is just the number of goals scored by the side. If $n$ goals are scored, the chance player $i$ has scored exactly $k$ of them is $${n choose k}p_i^k(1-p_i)^{n-k}$$






          share|cite|improve this answer











          $endgroup$



          The number of trials is $1$ for each player. The chance of one goal is the chance one player scores one goal and all the others score zero, so
          $$P(1)=sum_ileft(P_i(1)prod_{j neq i}P_j(0)right)$$
          The chance of two goals is the chance one player scores two goals and nobody else scores plus the chance that two different players score one goal each and nobody else scores at all
          $$P(2)=sum_ileft(P_i(2)prod_{j neq i}P_j(0)right)+sum_{stackrel {i,j}{i neq j}}left(P_i(1)P_j(1)prod_{k neq i,j}P_k(0)right)$$
          It gets more complicated as you add more goals.



          This assumes that the chance of one player scoring is independent of the others. Maybe if one player scores the defense is poor and his teammates have a higher chance of scoring. Maybe if the team gives up a goal they play harder, or get discouraged, or something.



          The above seems to be going the opposite direction from what you wanted. If you know the chance that each goal is scored by player $i$, call it $p_i$, and the chance of $n$ goals being scored, which is the $P(n)$ above we are trying to calculate the chance player $i$ scored $k$ goals, which is the above $P_i(k)$. If just one goal is scored, we have $P_i(1)=p_i$. In the spirit of generating functions we can use the fact that $sum_ip_i=1$ and raise that the power of $n$, the number of goals that are scored. For $2$ the chance that player $i$ scored them both is $p_i^2$. The chance that players $i$ and $j$ each scored one is $2p_ip_j$. The chance that player $i$ scored exactly one goal is then $$sum_{stackrel {j}{jneq i}}2p_ip_j=2p_i(1-p_i)={2 choose 1}p_i^1(1-p_i)^{(2-1)}$$
          The number of trials is just the number of goals scored by the side. If $n$ goals are scored, the chance player $i$ has scored exactly $k$ of them is $${n choose k}p_i^k(1-p_i)^{n-k}$$







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Jan 3 at 17:20

























          answered Jan 3 at 15:25









          Ross MillikanRoss Millikan

          293k23197371




          293k23197371












          • $begingroup$
            thanks for replying. I need the probability for player i to score 1 goal, not 1 goal in total. This is why I said I don't know the number of trials. I have the prob of success for player i, and I need to calculate the prob of having 1 success , 2 successes etc
            $endgroup$
            – Tom
            Jan 3 at 15:45










          • $begingroup$
            So, if i want the Pi(0) i shloud get something like: P(0)* Pi(0)+P(1)*Pi(0)+....+P(n)*Pi(0) ? And following that rational: for i player scoring 1 goal: P(1)* Pi(1) + P(2)*Pi(1)+...+P(n)*Pi(1) ?
            $endgroup$
            – Tom
            Jan 3 at 17:36








          • 1




            $begingroup$
            If you want the probability the player scores at least one goal, compute the chance he does not score any and subtract from $1$. You would have to compute the chance he does not score any given the team scores $1,2,3,ldots$ and add them up.
            $endgroup$
            – Ross Millikan
            Jan 3 at 18:05


















          • $begingroup$
            thanks for replying. I need the probability for player i to score 1 goal, not 1 goal in total. This is why I said I don't know the number of trials. I have the prob of success for player i, and I need to calculate the prob of having 1 success , 2 successes etc
            $endgroup$
            – Tom
            Jan 3 at 15:45










          • $begingroup$
            So, if i want the Pi(0) i shloud get something like: P(0)* Pi(0)+P(1)*Pi(0)+....+P(n)*Pi(0) ? And following that rational: for i player scoring 1 goal: P(1)* Pi(1) + P(2)*Pi(1)+...+P(n)*Pi(1) ?
            $endgroup$
            – Tom
            Jan 3 at 17:36








          • 1




            $begingroup$
            If you want the probability the player scores at least one goal, compute the chance he does not score any and subtract from $1$. You would have to compute the chance he does not score any given the team scores $1,2,3,ldots$ and add them up.
            $endgroup$
            – Ross Millikan
            Jan 3 at 18:05
















          $begingroup$
          thanks for replying. I need the probability for player i to score 1 goal, not 1 goal in total. This is why I said I don't know the number of trials. I have the prob of success for player i, and I need to calculate the prob of having 1 success , 2 successes etc
          $endgroup$
          – Tom
          Jan 3 at 15:45




          $begingroup$
          thanks for replying. I need the probability for player i to score 1 goal, not 1 goal in total. This is why I said I don't know the number of trials. I have the prob of success for player i, and I need to calculate the prob of having 1 success , 2 successes etc
          $endgroup$
          – Tom
          Jan 3 at 15:45












          $begingroup$
          So, if i want the Pi(0) i shloud get something like: P(0)* Pi(0)+P(1)*Pi(0)+....+P(n)*Pi(0) ? And following that rational: for i player scoring 1 goal: P(1)* Pi(1) + P(2)*Pi(1)+...+P(n)*Pi(1) ?
          $endgroup$
          – Tom
          Jan 3 at 17:36






          $begingroup$
          So, if i want the Pi(0) i shloud get something like: P(0)* Pi(0)+P(1)*Pi(0)+....+P(n)*Pi(0) ? And following that rational: for i player scoring 1 goal: P(1)* Pi(1) + P(2)*Pi(1)+...+P(n)*Pi(1) ?
          $endgroup$
          – Tom
          Jan 3 at 17:36






          1




          1




          $begingroup$
          If you want the probability the player scores at least one goal, compute the chance he does not score any and subtract from $1$. You would have to compute the chance he does not score any given the team scores $1,2,3,ldots$ and add them up.
          $endgroup$
          – Ross Millikan
          Jan 3 at 18:05




          $begingroup$
          If you want the probability the player scores at least one goal, compute the chance he does not score any and subtract from $1$. You would have to compute the chance he does not score any given the team scores $1,2,3,ldots$ and add them up.
          $endgroup$
          – Ross Millikan
          Jan 3 at 18:05


















          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%2f3060655%2fprobability-of-football-player-scoring-2-goals-3-goals-or-anytime-given-his-pr%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

          Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

          Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

          A Topological Invariant for $pi_3(U(n))$