How to derive this relation that I found intuitively?How do I show this property of the binomial coefficient?Solving a recurrence for a probability?Show that the probability that a person actually has this life threatening disease, if they test positive to the blood test is actually $0.1248905$.Number of random guesses needed to guess a number in a given setLimit of function which is product of $x^x $ primitivesA multiplication algorithm found in a book by Paul Erdős: how does it work?Trying to identify a function represented by python codeShow that this characteristic function is positive definite for $alpha in (0,2]$How to prove this formula?Simple Urn problem doesn't fit with experiment
Does a non-singular matrix have a large minor with disjoint rows and columns and full rank?
Search string in file, replace it, and write back to file
Why are there five extra turns in tournament Magic?
What formula to chose a nonlinear formula?
Can EU citizens work on Iceland?
Would a "ring language" be possible?
Was the dragon prowess intentionally downplayed in S08E04?
How does the Heat Metal spell interact with a follow-up Frostbite spell?
What is the conversion rate for Sorcery Points to Spell Points?
Why would you put your input amplifier in front of your filtering for and ECG signal?
Is Big Ben visible from the British museum?
Polynomial division: Is this trick obvious?
Would life always name the light from their sun "white"
Canadian citizen who is presently in litigation with a US-based company
Cannot remove door knob -- totally inaccessible!
Cycling to work - 30mile return
How can I safely determine the output voltage and current of a transformer?
Enqueue Queueable class multiple times
How could it be that 80% of townspeople were farmers during the Edo period in Japan?
When did Britain learn about American independence?
refer string as a field API name
Square spiral in Mathematica
Is it standard for US-based universities to consider the ethnicity of an applicant during PhD admissions?
Is it possible to pass a pointer to an operator as an argument like a pointer to a function?
How to derive this relation that I found intuitively?
How do I show this property of the binomial coefficient?Solving a recurrence for a probability?Show that the probability that a person actually has this life threatening disease, if they test positive to the blood test is actually $0.1248905$.Number of random guesses needed to guess a number in a given setLimit of function which is product of $x^x $ primitivesA multiplication algorithm found in a book by Paul Erdős: how does it work?Trying to identify a function represented by python codeShow that this characteristic function is positive definite for $alpha in (0,2]$How to prove this formula?Simple Urn problem doesn't fit with experiment
$begingroup$
By intuition, I found that the result of evaluating the following expression
$$ frac1M fracsum_N=0^M fracM!(M-N)!N! N e^cNsum_N=0^M fracM!(M-N)!N! e^cN $$
does not depend on the positive value of the integer $M$, i.e. it only depends on $cinmathbb R$.
I corroborated this with the help of a simple Python script. How to show analytically that this is true?
probability problem-solving
$endgroup$
add a comment |
$begingroup$
By intuition, I found that the result of evaluating the following expression
$$ frac1M fracsum_N=0^M fracM!(M-N)!N! N e^cNsum_N=0^M fracM!(M-N)!N! e^cN $$
does not depend on the positive value of the integer $M$, i.e. it only depends on $cinmathbb R$.
I corroborated this with the help of a simple Python script. How to show analytically that this is true?
probability problem-solving
$endgroup$
add a comment |
$begingroup$
By intuition, I found that the result of evaluating the following expression
$$ frac1M fracsum_N=0^M fracM!(M-N)!N! N e^cNsum_N=0^M fracM!(M-N)!N! e^cN $$
does not depend on the positive value of the integer $M$, i.e. it only depends on $cinmathbb R$.
I corroborated this with the help of a simple Python script. How to show analytically that this is true?
probability problem-solving
$endgroup$
By intuition, I found that the result of evaluating the following expression
$$ frac1M fracsum_N=0^M fracM!(M-N)!N! N e^cNsum_N=0^M fracM!(M-N)!N! e^cN $$
does not depend on the positive value of the integer $M$, i.e. it only depends on $cinmathbb R$.
I corroborated this with the help of a simple Python script. How to show analytically that this is true?
probability problem-solving
probability problem-solving
edited 1 hour ago
Shalop
9,63811130
9,63811130
asked 2 hours ago
user1420303user1420303
1086
1086
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
By the Binomial Theorem, the denominator is $(e^c+1)^M$. The numerator can also be manipulated to apply the Binomial Theorem:
beginalign*
sum_N=0^M fracM!(M-N)!N! Ne^cN &= sum_N=1^M fracMcdot (M-1)!((M-1)-(N-1))!(N-1)!e^c(N-1)cdot e^c\
&=Me^c sum_N=1^M binomM-1N-1e^c(N-1)\
&=Me^c sum_K=0^M-1 binomM-1Ke^cK\
&=Me^c (e^c+1)^M-1.
endalign*
So the whole expression simplifies to:
$$frace^ce^c+1.$$
$endgroup$
add a comment |
$begingroup$
By the binomial theorem we have
begineqnarray*
sum_N=0^M binomMN x^N =(1+x)^M.
endeqnarray*
Differentiate this and we have
begineqnarray*
fracddx sum_N=0^M binomMN x^N =sum_N=0^M binomMNN x^N-1 =M (1+x)^M-1.
endeqnarray*
So your expression becomes
begineqnarray*
frac1M frac sum_N=0^M N binomMN x^N sum_N=0^M binomMN x^N = fracx(1+x)
endeqnarray*
and all the $M$ dependency has cancelled.
$endgroup$
add a comment |
$begingroup$
Let $phi(c) = Bbb E[e^cZ]$ denote the moment generating function of a standard bernoilli(1/2) random variable $Z$ taking values in $0,1$. Since the sum of $M$ independent copies gives the binomial distribution, the quantity in question is simply $$frac1M fracpartial_c (phi(c)^M)phi(c)^M = frac1M fracMphi(c)^M-1phi'(c)phi(c)^M = fracphi'(c)phi(c),$$ which only depends on $c$.
Note: I (perhaps unnecessarily) added the probability tag to this question.
$endgroup$
add a comment |
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
);
);
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%2f3227537%2fhow-to-derive-this-relation-that-i-found-intuitively%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
By the Binomial Theorem, the denominator is $(e^c+1)^M$. The numerator can also be manipulated to apply the Binomial Theorem:
beginalign*
sum_N=0^M fracM!(M-N)!N! Ne^cN &= sum_N=1^M fracMcdot (M-1)!((M-1)-(N-1))!(N-1)!e^c(N-1)cdot e^c\
&=Me^c sum_N=1^M binomM-1N-1e^c(N-1)\
&=Me^c sum_K=0^M-1 binomM-1Ke^cK\
&=Me^c (e^c+1)^M-1.
endalign*
So the whole expression simplifies to:
$$frace^ce^c+1.$$
$endgroup$
add a comment |
$begingroup$
By the Binomial Theorem, the denominator is $(e^c+1)^M$. The numerator can also be manipulated to apply the Binomial Theorem:
beginalign*
sum_N=0^M fracM!(M-N)!N! Ne^cN &= sum_N=1^M fracMcdot (M-1)!((M-1)-(N-1))!(N-1)!e^c(N-1)cdot e^c\
&=Me^c sum_N=1^M binomM-1N-1e^c(N-1)\
&=Me^c sum_K=0^M-1 binomM-1Ke^cK\
&=Me^c (e^c+1)^M-1.
endalign*
So the whole expression simplifies to:
$$frace^ce^c+1.$$
$endgroup$
add a comment |
$begingroup$
By the Binomial Theorem, the denominator is $(e^c+1)^M$. The numerator can also be manipulated to apply the Binomial Theorem:
beginalign*
sum_N=0^M fracM!(M-N)!N! Ne^cN &= sum_N=1^M fracMcdot (M-1)!((M-1)-(N-1))!(N-1)!e^c(N-1)cdot e^c\
&=Me^c sum_N=1^M binomM-1N-1e^c(N-1)\
&=Me^c sum_K=0^M-1 binomM-1Ke^cK\
&=Me^c (e^c+1)^M-1.
endalign*
So the whole expression simplifies to:
$$frace^ce^c+1.$$
$endgroup$
By the Binomial Theorem, the denominator is $(e^c+1)^M$. The numerator can also be manipulated to apply the Binomial Theorem:
beginalign*
sum_N=0^M fracM!(M-N)!N! Ne^cN &= sum_N=1^M fracMcdot (M-1)!((M-1)-(N-1))!(N-1)!e^c(N-1)cdot e^c\
&=Me^c sum_N=1^M binomM-1N-1e^c(N-1)\
&=Me^c sum_K=0^M-1 binomM-1Ke^cK\
&=Me^c (e^c+1)^M-1.
endalign*
So the whole expression simplifies to:
$$frace^ce^c+1.$$
edited 2 hours ago
Vincent
3,33311231
3,33311231
answered 2 hours ago
kccukccu
13.1k11331
13.1k11331
add a comment |
add a comment |
$begingroup$
By the binomial theorem we have
begineqnarray*
sum_N=0^M binomMN x^N =(1+x)^M.
endeqnarray*
Differentiate this and we have
begineqnarray*
fracddx sum_N=0^M binomMN x^N =sum_N=0^M binomMNN x^N-1 =M (1+x)^M-1.
endeqnarray*
So your expression becomes
begineqnarray*
frac1M frac sum_N=0^M N binomMN x^N sum_N=0^M binomMN x^N = fracx(1+x)
endeqnarray*
and all the $M$ dependency has cancelled.
$endgroup$
add a comment |
$begingroup$
By the binomial theorem we have
begineqnarray*
sum_N=0^M binomMN x^N =(1+x)^M.
endeqnarray*
Differentiate this and we have
begineqnarray*
fracddx sum_N=0^M binomMN x^N =sum_N=0^M binomMNN x^N-1 =M (1+x)^M-1.
endeqnarray*
So your expression becomes
begineqnarray*
frac1M frac sum_N=0^M N binomMN x^N sum_N=0^M binomMN x^N = fracx(1+x)
endeqnarray*
and all the $M$ dependency has cancelled.
$endgroup$
add a comment |
$begingroup$
By the binomial theorem we have
begineqnarray*
sum_N=0^M binomMN x^N =(1+x)^M.
endeqnarray*
Differentiate this and we have
begineqnarray*
fracddx sum_N=0^M binomMN x^N =sum_N=0^M binomMNN x^N-1 =M (1+x)^M-1.
endeqnarray*
So your expression becomes
begineqnarray*
frac1M frac sum_N=0^M N binomMN x^N sum_N=0^M binomMN x^N = fracx(1+x)
endeqnarray*
and all the $M$ dependency has cancelled.
$endgroup$
By the binomial theorem we have
begineqnarray*
sum_N=0^M binomMN x^N =(1+x)^M.
endeqnarray*
Differentiate this and we have
begineqnarray*
fracddx sum_N=0^M binomMN x^N =sum_N=0^M binomMNN x^N-1 =M (1+x)^M-1.
endeqnarray*
So your expression becomes
begineqnarray*
frac1M frac sum_N=0^M N binomMN x^N sum_N=0^M binomMN x^N = fracx(1+x)
endeqnarray*
and all the $M$ dependency has cancelled.
answered 2 hours ago
Donald SplutterwitDonald Splutterwit
23.5k21448
23.5k21448
add a comment |
add a comment |
$begingroup$
Let $phi(c) = Bbb E[e^cZ]$ denote the moment generating function of a standard bernoilli(1/2) random variable $Z$ taking values in $0,1$. Since the sum of $M$ independent copies gives the binomial distribution, the quantity in question is simply $$frac1M fracpartial_c (phi(c)^M)phi(c)^M = frac1M fracMphi(c)^M-1phi'(c)phi(c)^M = fracphi'(c)phi(c),$$ which only depends on $c$.
Note: I (perhaps unnecessarily) added the probability tag to this question.
$endgroup$
add a comment |
$begingroup$
Let $phi(c) = Bbb E[e^cZ]$ denote the moment generating function of a standard bernoilli(1/2) random variable $Z$ taking values in $0,1$. Since the sum of $M$ independent copies gives the binomial distribution, the quantity in question is simply $$frac1M fracpartial_c (phi(c)^M)phi(c)^M = frac1M fracMphi(c)^M-1phi'(c)phi(c)^M = fracphi'(c)phi(c),$$ which only depends on $c$.
Note: I (perhaps unnecessarily) added the probability tag to this question.
$endgroup$
add a comment |
$begingroup$
Let $phi(c) = Bbb E[e^cZ]$ denote the moment generating function of a standard bernoilli(1/2) random variable $Z$ taking values in $0,1$. Since the sum of $M$ independent copies gives the binomial distribution, the quantity in question is simply $$frac1M fracpartial_c (phi(c)^M)phi(c)^M = frac1M fracMphi(c)^M-1phi'(c)phi(c)^M = fracphi'(c)phi(c),$$ which only depends on $c$.
Note: I (perhaps unnecessarily) added the probability tag to this question.
$endgroup$
Let $phi(c) = Bbb E[e^cZ]$ denote the moment generating function of a standard bernoilli(1/2) random variable $Z$ taking values in $0,1$. Since the sum of $M$ independent copies gives the binomial distribution, the quantity in question is simply $$frac1M fracpartial_c (phi(c)^M)phi(c)^M = frac1M fracMphi(c)^M-1phi'(c)phi(c)^M = fracphi'(c)phi(c),$$ which only depends on $c$.
Note: I (perhaps unnecessarily) added the probability tag to this question.
answered 1 hour ago
ShalopShalop
9,63811130
9,63811130
add a comment |
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%2f3227537%2fhow-to-derive-this-relation-that-i-found-intuitively%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