Density function of a sum of 75 discrete random variablesDensity/probability function of discrete and continuous random variablesProbability density function of random variablesRandom Variables and Density FunctionRandomized recursive functionIs squared Brownian Motion a gaussian process?Probability density function of sum of independent exponential random variablesSum of independent discrete random variablesDensity function of a Function of Random VariablesIdentifying distribution functionProbability density function of the sum of two independent Levy-distributed random variables?
Are tax years 2016 & 2017 back taxes deductible for tax year 2018?
Japan - Plan around max visa duration
XeLaTeX and pdfLaTeX ignore hyphenation
How long does it take to type this?
How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Is there really no realistic way for a skeleton monster to move around without magic?
Why don't electron-positron collisions release infinite energy?
Can I make popcorn with any corn?
Why has Russell's definition of numbers using equivalence classes been finally abandoned? ( If it has actually been abandoned).
Why is this code 6.5x slower with optimizations enabled?
Why CLRS example on residual networks does not follows its formula?
Prevent a directory in /tmp from being deleted
How to report a triplet of septets in NMR tabulation?
What is the command to reset a PC without deleting any files
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
What makes Graph invariants so useful/important?
How is it possible for user to changed after storage was encrypted? (on OS X, Android)
Shell script can be run only with sh command
A Journey Through Space and Time
Compute hash value according to multiplication method
What defenses are there against being summoned by the Gate spell?
Should I join office cleaning event for free?
I see my dog run
Density function of a sum of 75 discrete random variables
Density/probability function of discrete and continuous random variablesProbability density function of random variablesRandom Variables and Density FunctionRandomized recursive functionIs squared Brownian Motion a gaussian process?Probability density function of sum of independent exponential random variablesSum of independent discrete random variablesDensity function of a Function of Random VariablesIdentifying distribution functionProbability density function of the sum of two independent Levy-distributed random variables?
$begingroup$
I need help with find the density function of $S$ if
$$S=sum_1^75X_j,$$
where $X_j=I_jB_j$, and $I_1,ldots, I_75,B_1,ldots, B_75 $ are independent,
$$Pr(I_j=1)=0.01 , Pr(I_j=0)=0.99 mbox for all j,$$
$$Pr(B_j=50)=0.7, Pr(B_j=100)=0.3 mbox for 1 leq j leq 50$$
and
$$Pr(B_j=75)=0.7, Pr(B_j=150)=0.3 mbox for 51leq j leq 75$$
I think that maybe I have to calculate convolutions, but that is a tedious job and I don't know how could I progam that in python, for example. Is there an easier way to calculate the density function of S?
Thanks for any help.
probability-theory probability-distributions
$endgroup$
add a comment |
$begingroup$
I need help with find the density function of $S$ if
$$S=sum_1^75X_j,$$
where $X_j=I_jB_j$, and $I_1,ldots, I_75,B_1,ldots, B_75 $ are independent,
$$Pr(I_j=1)=0.01 , Pr(I_j=0)=0.99 mbox for all j,$$
$$Pr(B_j=50)=0.7, Pr(B_j=100)=0.3 mbox for 1 leq j leq 50$$
and
$$Pr(B_j=75)=0.7, Pr(B_j=150)=0.3 mbox for 51leq j leq 75$$
I think that maybe I have to calculate convolutions, but that is a tedious job and I don't know how could I progam that in python, for example. Is there an easier way to calculate the density function of S?
Thanks for any help.
probability-theory probability-distributions
$endgroup$
$begingroup$
You have to show exact form of this pdf, or just program it in python?
$endgroup$
– vermator
Mar 22 at 9:29
$begingroup$
I have to show a exact form of this pdf, but I can program it in python.
$endgroup$
– Mainnet
Mar 22 at 9:35
$begingroup$
Are $ I_j, B_j $ all indepenent?
$endgroup$
– lonza leggiera
Mar 22 at 10:54
$begingroup$
yes, they are independent
$endgroup$
– Mainnet
Mar 22 at 10:59
1
$begingroup$
@Minysh: I've added an answer that I hope that can help you. I can add more information to it, but I would need to understand better what do you need.
$endgroup$
– Ertxiem
Mar 23 at 11:50
add a comment |
$begingroup$
I need help with find the density function of $S$ if
$$S=sum_1^75X_j,$$
where $X_j=I_jB_j$, and $I_1,ldots, I_75,B_1,ldots, B_75 $ are independent,
$$Pr(I_j=1)=0.01 , Pr(I_j=0)=0.99 mbox for all j,$$
$$Pr(B_j=50)=0.7, Pr(B_j=100)=0.3 mbox for 1 leq j leq 50$$
and
$$Pr(B_j=75)=0.7, Pr(B_j=150)=0.3 mbox for 51leq j leq 75$$
I think that maybe I have to calculate convolutions, but that is a tedious job and I don't know how could I progam that in python, for example. Is there an easier way to calculate the density function of S?
Thanks for any help.
probability-theory probability-distributions
$endgroup$
I need help with find the density function of $S$ if
$$S=sum_1^75X_j,$$
where $X_j=I_jB_j$, and $I_1,ldots, I_75,B_1,ldots, B_75 $ are independent,
$$Pr(I_j=1)=0.01 , Pr(I_j=0)=0.99 mbox for all j,$$
$$Pr(B_j=50)=0.7, Pr(B_j=100)=0.3 mbox for 1 leq j leq 50$$
and
$$Pr(B_j=75)=0.7, Pr(B_j=150)=0.3 mbox for 51leq j leq 75$$
I think that maybe I have to calculate convolutions, but that is a tedious job and I don't know how could I progam that in python, for example. Is there an easier way to calculate the density function of S?
Thanks for any help.
probability-theory probability-distributions
probability-theory probability-distributions
edited Mar 22 at 17:20
Cettt
2,010623
2,010623
asked Mar 22 at 8:59
MainnetMainnet
16610
16610
$begingroup$
You have to show exact form of this pdf, or just program it in python?
$endgroup$
– vermator
Mar 22 at 9:29
$begingroup$
I have to show a exact form of this pdf, but I can program it in python.
$endgroup$
– Mainnet
Mar 22 at 9:35
$begingroup$
Are $ I_j, B_j $ all indepenent?
$endgroup$
– lonza leggiera
Mar 22 at 10:54
$begingroup$
yes, they are independent
$endgroup$
– Mainnet
Mar 22 at 10:59
1
$begingroup$
@Minysh: I've added an answer that I hope that can help you. I can add more information to it, but I would need to understand better what do you need.
$endgroup$
– Ertxiem
Mar 23 at 11:50
add a comment |
$begingroup$
You have to show exact form of this pdf, or just program it in python?
$endgroup$
– vermator
Mar 22 at 9:29
$begingroup$
I have to show a exact form of this pdf, but I can program it in python.
$endgroup$
– Mainnet
Mar 22 at 9:35
$begingroup$
Are $ I_j, B_j $ all indepenent?
$endgroup$
– lonza leggiera
Mar 22 at 10:54
$begingroup$
yes, they are independent
$endgroup$
– Mainnet
Mar 22 at 10:59
1
$begingroup$
@Minysh: I've added an answer that I hope that can help you. I can add more information to it, but I would need to understand better what do you need.
$endgroup$
– Ertxiem
Mar 23 at 11:50
$begingroup$
You have to show exact form of this pdf, or just program it in python?
$endgroup$
– vermator
Mar 22 at 9:29
$begingroup$
You have to show exact form of this pdf, or just program it in python?
$endgroup$
– vermator
Mar 22 at 9:29
$begingroup$
I have to show a exact form of this pdf, but I can program it in python.
$endgroup$
– Mainnet
Mar 22 at 9:35
$begingroup$
I have to show a exact form of this pdf, but I can program it in python.
$endgroup$
– Mainnet
Mar 22 at 9:35
$begingroup$
Are $ I_j, B_j $ all indepenent?
$endgroup$
– lonza leggiera
Mar 22 at 10:54
$begingroup$
Are $ I_j, B_j $ all indepenent?
$endgroup$
– lonza leggiera
Mar 22 at 10:54
$begingroup$
yes, they are independent
$endgroup$
– Mainnet
Mar 22 at 10:59
$begingroup$
yes, they are independent
$endgroup$
– Mainnet
Mar 22 at 10:59
1
1
$begingroup$
@Minysh: I've added an answer that I hope that can help you. I can add more information to it, but I would need to understand better what do you need.
$endgroup$
– Ertxiem
Mar 23 at 11:50
$begingroup$
@Minysh: I've added an answer that I hope that can help you. I can add more information to it, but I would need to understand better what do you need.
$endgroup$
– Ertxiem
Mar 23 at 11:50
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
I'm not sure what do you mean by density function in this context, because I think about the probability density function which is for continuous variables and here your outcome $X_j$ is discrete, therefore, the sum $S$ of $X_j$ for $1 leq j leq 75$ will also be discrete.
However, I can give some suggestions about the probability mass function, which is a similar concept but for discrete variables.
We can begin by looking for the probability mass function of $X_j$. I think it's better to start by analysing the problem in two parts, $1$ to $50$ and then $51$ to $75$. Then compute the possible products $I_j B_j$. In this case we will have:
For $1 leq j leq 50$:
$$
beginalign
& I_j B_j = 1 times 50 & textrmwith quad Pr = 0.01 times 0.7 \
& I_j B_j = 1 times 100 & textrmwith quad Pr = 0.01 times 0.3 \
& I_j B_j = 0 times 50 & textrmwith quad Pr = 0.99 times 0.7 \
& I_j B_j = 0 times 100 & textrmwith quad Pr = 0.99 times 0.3
endalign
$$
And for $51 leq j leq 75$:
$$
beginalign
& I_j B_j = 1 times 75 & textrmwith quad Pr = 0.01 times 0.7 \
& I_j B_j = 1 times 150 & textrmwith quad Pr = 0.01 times 0.3 \
& I_j B_j = 0 times 75 & textrmwith quad Pr = 0.99 times 0.7 \
& I_j B_j = 0 times 150 & textrmwith quad Pr = 0.99 times 0.3
endalign
$$
Can you construct the probability mass function $P(X_j=x)$ from this data?
Edit: Just for fun, here is $P(X_j=x)$:
$$
P(X_j=x)
begincases
0.990 & textrmif & x=0 \
0.007 & textrmif & x=50 wedge 1 leq j leq 50 \
0.007 & textrmif & x=75 wedge 51 leq j leq 75 \
0.003 & textrmif & x=100 wedge 1 leq j leq 50 \
0.003 & textrmif & x=150 wedge 51 leq j leq 75 \
0 & & textrmotherwise
endcases
$$
And we can split the sums in two parts. Since the distribution in each part is multinomial, we get (if I'm not mistaken):
$$
sum_j=1^50 X_j = sum_j=0^50 sum_k=0^50-j (50j + 100k) times frac50!j! cdot k! cdot (50-j-k)! times 0.007^j times 0.003^k times 0.990^50-j
$$
$$
sum_j=51^75 X_j = sum_j=0^25 sum_k=0^25-j (75j + 150k) times frac25!j! cdot k! cdot (25-j-k)! times 0.007^j times 0.003^k times 0.990^50-j
$$
$endgroup$
$begingroup$
Thank you. I used python to calculate the coefficients of the probability generating function of $S$ and so get the probability $P(S=s)$.
$endgroup$
– Mainnet
Mar 24 at 14:10
1
$begingroup$
You're welcome, @Minysh. Just for fun, I added $P(X_j=x). :)
$endgroup$
– Ertxiem
Mar 24 at 20:46
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3157916%2fdensity-function-of-a-sum-of-75-discrete-random-variables%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
$begingroup$
I'm not sure what do you mean by density function in this context, because I think about the probability density function which is for continuous variables and here your outcome $X_j$ is discrete, therefore, the sum $S$ of $X_j$ for $1 leq j leq 75$ will also be discrete.
However, I can give some suggestions about the probability mass function, which is a similar concept but for discrete variables.
We can begin by looking for the probability mass function of $X_j$. I think it's better to start by analysing the problem in two parts, $1$ to $50$ and then $51$ to $75$. Then compute the possible products $I_j B_j$. In this case we will have:
For $1 leq j leq 50$:
$$
beginalign
& I_j B_j = 1 times 50 & textrmwith quad Pr = 0.01 times 0.7 \
& I_j B_j = 1 times 100 & textrmwith quad Pr = 0.01 times 0.3 \
& I_j B_j = 0 times 50 & textrmwith quad Pr = 0.99 times 0.7 \
& I_j B_j = 0 times 100 & textrmwith quad Pr = 0.99 times 0.3
endalign
$$
And for $51 leq j leq 75$:
$$
beginalign
& I_j B_j = 1 times 75 & textrmwith quad Pr = 0.01 times 0.7 \
& I_j B_j = 1 times 150 & textrmwith quad Pr = 0.01 times 0.3 \
& I_j B_j = 0 times 75 & textrmwith quad Pr = 0.99 times 0.7 \
& I_j B_j = 0 times 150 & textrmwith quad Pr = 0.99 times 0.3
endalign
$$
Can you construct the probability mass function $P(X_j=x)$ from this data?
Edit: Just for fun, here is $P(X_j=x)$:
$$
P(X_j=x)
begincases
0.990 & textrmif & x=0 \
0.007 & textrmif & x=50 wedge 1 leq j leq 50 \
0.007 & textrmif & x=75 wedge 51 leq j leq 75 \
0.003 & textrmif & x=100 wedge 1 leq j leq 50 \
0.003 & textrmif & x=150 wedge 51 leq j leq 75 \
0 & & textrmotherwise
endcases
$$
And we can split the sums in two parts. Since the distribution in each part is multinomial, we get (if I'm not mistaken):
$$
sum_j=1^50 X_j = sum_j=0^50 sum_k=0^50-j (50j + 100k) times frac50!j! cdot k! cdot (50-j-k)! times 0.007^j times 0.003^k times 0.990^50-j
$$
$$
sum_j=51^75 X_j = sum_j=0^25 sum_k=0^25-j (75j + 150k) times frac25!j! cdot k! cdot (25-j-k)! times 0.007^j times 0.003^k times 0.990^50-j
$$
$endgroup$
$begingroup$
Thank you. I used python to calculate the coefficients of the probability generating function of $S$ and so get the probability $P(S=s)$.
$endgroup$
– Mainnet
Mar 24 at 14:10
1
$begingroup$
You're welcome, @Minysh. Just for fun, I added $P(X_j=x). :)
$endgroup$
– Ertxiem
Mar 24 at 20:46
add a comment |
$begingroup$
I'm not sure what do you mean by density function in this context, because I think about the probability density function which is for continuous variables and here your outcome $X_j$ is discrete, therefore, the sum $S$ of $X_j$ for $1 leq j leq 75$ will also be discrete.
However, I can give some suggestions about the probability mass function, which is a similar concept but for discrete variables.
We can begin by looking for the probability mass function of $X_j$. I think it's better to start by analysing the problem in two parts, $1$ to $50$ and then $51$ to $75$. Then compute the possible products $I_j B_j$. In this case we will have:
For $1 leq j leq 50$:
$$
beginalign
& I_j B_j = 1 times 50 & textrmwith quad Pr = 0.01 times 0.7 \
& I_j B_j = 1 times 100 & textrmwith quad Pr = 0.01 times 0.3 \
& I_j B_j = 0 times 50 & textrmwith quad Pr = 0.99 times 0.7 \
& I_j B_j = 0 times 100 & textrmwith quad Pr = 0.99 times 0.3
endalign
$$
And for $51 leq j leq 75$:
$$
beginalign
& I_j B_j = 1 times 75 & textrmwith quad Pr = 0.01 times 0.7 \
& I_j B_j = 1 times 150 & textrmwith quad Pr = 0.01 times 0.3 \
& I_j B_j = 0 times 75 & textrmwith quad Pr = 0.99 times 0.7 \
& I_j B_j = 0 times 150 & textrmwith quad Pr = 0.99 times 0.3
endalign
$$
Can you construct the probability mass function $P(X_j=x)$ from this data?
Edit: Just for fun, here is $P(X_j=x)$:
$$
P(X_j=x)
begincases
0.990 & textrmif & x=0 \
0.007 & textrmif & x=50 wedge 1 leq j leq 50 \
0.007 & textrmif & x=75 wedge 51 leq j leq 75 \
0.003 & textrmif & x=100 wedge 1 leq j leq 50 \
0.003 & textrmif & x=150 wedge 51 leq j leq 75 \
0 & & textrmotherwise
endcases
$$
And we can split the sums in two parts. Since the distribution in each part is multinomial, we get (if I'm not mistaken):
$$
sum_j=1^50 X_j = sum_j=0^50 sum_k=0^50-j (50j + 100k) times frac50!j! cdot k! cdot (50-j-k)! times 0.007^j times 0.003^k times 0.990^50-j
$$
$$
sum_j=51^75 X_j = sum_j=0^25 sum_k=0^25-j (75j + 150k) times frac25!j! cdot k! cdot (25-j-k)! times 0.007^j times 0.003^k times 0.990^50-j
$$
$endgroup$
$begingroup$
Thank you. I used python to calculate the coefficients of the probability generating function of $S$ and so get the probability $P(S=s)$.
$endgroup$
– Mainnet
Mar 24 at 14:10
1
$begingroup$
You're welcome, @Minysh. Just for fun, I added $P(X_j=x). :)
$endgroup$
– Ertxiem
Mar 24 at 20:46
add a comment |
$begingroup$
I'm not sure what do you mean by density function in this context, because I think about the probability density function which is for continuous variables and here your outcome $X_j$ is discrete, therefore, the sum $S$ of $X_j$ for $1 leq j leq 75$ will also be discrete.
However, I can give some suggestions about the probability mass function, which is a similar concept but for discrete variables.
We can begin by looking for the probability mass function of $X_j$. I think it's better to start by analysing the problem in two parts, $1$ to $50$ and then $51$ to $75$. Then compute the possible products $I_j B_j$. In this case we will have:
For $1 leq j leq 50$:
$$
beginalign
& I_j B_j = 1 times 50 & textrmwith quad Pr = 0.01 times 0.7 \
& I_j B_j = 1 times 100 & textrmwith quad Pr = 0.01 times 0.3 \
& I_j B_j = 0 times 50 & textrmwith quad Pr = 0.99 times 0.7 \
& I_j B_j = 0 times 100 & textrmwith quad Pr = 0.99 times 0.3
endalign
$$
And for $51 leq j leq 75$:
$$
beginalign
& I_j B_j = 1 times 75 & textrmwith quad Pr = 0.01 times 0.7 \
& I_j B_j = 1 times 150 & textrmwith quad Pr = 0.01 times 0.3 \
& I_j B_j = 0 times 75 & textrmwith quad Pr = 0.99 times 0.7 \
& I_j B_j = 0 times 150 & textrmwith quad Pr = 0.99 times 0.3
endalign
$$
Can you construct the probability mass function $P(X_j=x)$ from this data?
Edit: Just for fun, here is $P(X_j=x)$:
$$
P(X_j=x)
begincases
0.990 & textrmif & x=0 \
0.007 & textrmif & x=50 wedge 1 leq j leq 50 \
0.007 & textrmif & x=75 wedge 51 leq j leq 75 \
0.003 & textrmif & x=100 wedge 1 leq j leq 50 \
0.003 & textrmif & x=150 wedge 51 leq j leq 75 \
0 & & textrmotherwise
endcases
$$
And we can split the sums in two parts. Since the distribution in each part is multinomial, we get (if I'm not mistaken):
$$
sum_j=1^50 X_j = sum_j=0^50 sum_k=0^50-j (50j + 100k) times frac50!j! cdot k! cdot (50-j-k)! times 0.007^j times 0.003^k times 0.990^50-j
$$
$$
sum_j=51^75 X_j = sum_j=0^25 sum_k=0^25-j (75j + 150k) times frac25!j! cdot k! cdot (25-j-k)! times 0.007^j times 0.003^k times 0.990^50-j
$$
$endgroup$
I'm not sure what do you mean by density function in this context, because I think about the probability density function which is for continuous variables and here your outcome $X_j$ is discrete, therefore, the sum $S$ of $X_j$ for $1 leq j leq 75$ will also be discrete.
However, I can give some suggestions about the probability mass function, which is a similar concept but for discrete variables.
We can begin by looking for the probability mass function of $X_j$. I think it's better to start by analysing the problem in two parts, $1$ to $50$ and then $51$ to $75$. Then compute the possible products $I_j B_j$. In this case we will have:
For $1 leq j leq 50$:
$$
beginalign
& I_j B_j = 1 times 50 & textrmwith quad Pr = 0.01 times 0.7 \
& I_j B_j = 1 times 100 & textrmwith quad Pr = 0.01 times 0.3 \
& I_j B_j = 0 times 50 & textrmwith quad Pr = 0.99 times 0.7 \
& I_j B_j = 0 times 100 & textrmwith quad Pr = 0.99 times 0.3
endalign
$$
And for $51 leq j leq 75$:
$$
beginalign
& I_j B_j = 1 times 75 & textrmwith quad Pr = 0.01 times 0.7 \
& I_j B_j = 1 times 150 & textrmwith quad Pr = 0.01 times 0.3 \
& I_j B_j = 0 times 75 & textrmwith quad Pr = 0.99 times 0.7 \
& I_j B_j = 0 times 150 & textrmwith quad Pr = 0.99 times 0.3
endalign
$$
Can you construct the probability mass function $P(X_j=x)$ from this data?
Edit: Just for fun, here is $P(X_j=x)$:
$$
P(X_j=x)
begincases
0.990 & textrmif & x=0 \
0.007 & textrmif & x=50 wedge 1 leq j leq 50 \
0.007 & textrmif & x=75 wedge 51 leq j leq 75 \
0.003 & textrmif & x=100 wedge 1 leq j leq 50 \
0.003 & textrmif & x=150 wedge 51 leq j leq 75 \
0 & & textrmotherwise
endcases
$$
And we can split the sums in two parts. Since the distribution in each part is multinomial, we get (if I'm not mistaken):
$$
sum_j=1^50 X_j = sum_j=0^50 sum_k=0^50-j (50j + 100k) times frac50!j! cdot k! cdot (50-j-k)! times 0.007^j times 0.003^k times 0.990^50-j
$$
$$
sum_j=51^75 X_j = sum_j=0^25 sum_k=0^25-j (75j + 150k) times frac25!j! cdot k! cdot (25-j-k)! times 0.007^j times 0.003^k times 0.990^50-j
$$
edited Mar 24 at 21:04
answered Mar 23 at 11:48
ErtxiemErtxiem
665112
665112
$begingroup$
Thank you. I used python to calculate the coefficients of the probability generating function of $S$ and so get the probability $P(S=s)$.
$endgroup$
– Mainnet
Mar 24 at 14:10
1
$begingroup$
You're welcome, @Minysh. Just for fun, I added $P(X_j=x). :)
$endgroup$
– Ertxiem
Mar 24 at 20:46
add a comment |
$begingroup$
Thank you. I used python to calculate the coefficients of the probability generating function of $S$ and so get the probability $P(S=s)$.
$endgroup$
– Mainnet
Mar 24 at 14:10
1
$begingroup$
You're welcome, @Minysh. Just for fun, I added $P(X_j=x). :)
$endgroup$
– Ertxiem
Mar 24 at 20:46
$begingroup$
Thank you. I used python to calculate the coefficients of the probability generating function of $S$ and so get the probability $P(S=s)$.
$endgroup$
– Mainnet
Mar 24 at 14:10
$begingroup$
Thank you. I used python to calculate the coefficients of the probability generating function of $S$ and so get the probability $P(S=s)$.
$endgroup$
– Mainnet
Mar 24 at 14:10
1
1
$begingroup$
You're welcome, @Minysh. Just for fun, I added $P(X_j=x). :)
$endgroup$
– Ertxiem
Mar 24 at 20:46
$begingroup$
You're welcome, @Minysh. Just for fun, I added $P(X_j=x). :)
$endgroup$
– Ertxiem
Mar 24 at 20:46
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3157916%2fdensity-function-of-a-sum-of-75-discrete-random-variables%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
$begingroup$
You have to show exact form of this pdf, or just program it in python?
$endgroup$
– vermator
Mar 22 at 9:29
$begingroup$
I have to show a exact form of this pdf, but I can program it in python.
$endgroup$
– Mainnet
Mar 22 at 9:35
$begingroup$
Are $ I_j, B_j $ all indepenent?
$endgroup$
– lonza leggiera
Mar 22 at 10:54
$begingroup$
yes, they are independent
$endgroup$
– Mainnet
Mar 22 at 10:59
1
$begingroup$
@Minysh: I've added an answer that I hope that can help you. I can add more information to it, but I would need to understand better what do you need.
$endgroup$
– Ertxiem
Mar 23 at 11:50