Looking for a generalization of Binomial distribution and its propertiesBinomial Distribution Parameter & ProbabilityOrder statistics of a max-min problem.Posterior for Beta Binomial Distribution with Repeated ObservationsThe Marginal Distribution of a Multinomialhow far the distribution from the uniform distributionDifferences between Binomial and Normal Distribution ModelsSucces and failure probability for dependant trials.Multiple conditions for Bayes Theorem to extract multivariate posterior distributionIs there a generalization of the concept of variance for a collection of probability distributions?Identifying a distribution by its properties
Ambiguity in the definition of entropy
Is it possible to create a QR code using text?
Placement of More Information/Help Icon button for Radio Buttons
Venezuelan girlfriend wants to travel the USA to be with me. What is the process?
What is the fastest integer factorization to break RSA?
Car headlights in a world without electricity
Implication of namely
How does a dynamic QR code work?
Blending or harmonizing
Does the Idaho Potato Commission associate potato skins with healthy eating?
How to prevent "they're falling in love" trope
Could the museum Saturn V's be refitted for one more flight?
How many wives did king shaul have
What historical events would have to change in order to make 19th century "steampunk" technology possible?
In Bayesian inference, why are some terms dropped from the posterior predictive?
What is an equivalently powerful replacement spell for the Yuan-Ti's Suggestion spell?
Is it "common practice in Fourier transform spectroscopy to multiply the measured interferogram by an apodizing function"? If so, why?
Is this draw by repetition?
Am I breaking OOP practice with this architecture?
Why was the shrink from 8″ made only to 5.25″ and not smaller (4″ or less)
How does a refinance allow a mortgage to be repaid?
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
How exploitable/balanced is this homebrew spell: Spell Permanency?
GFCI outlets - can they be repaired? Are they really needed at the end of a circuit?
Looking for a generalization of Binomial distribution and its properties
Binomial Distribution Parameter & ProbabilityOrder statistics of a max-min problem.Posterior for Beta Binomial Distribution with Repeated ObservationsThe Marginal Distribution of a Multinomialhow far the distribution from the uniform distributionDifferences between Binomial and Normal Distribution ModelsSucces and failure probability for dependant trials.Multiple conditions for Bayes Theorem to extract multivariate posterior distributionIs there a generalization of the concept of variance for a collection of probability distributions?Identifying a distribution by its properties
$begingroup$
I asked this on MathOverflow, but was redirected here. Anyway:
In my research (coming from computer science), I have encountered a family of discrete probability distributions that seems to be some sort of generalization of the binomial distribution. A distribution in this family has a parameter $n in mathbbN$ and parameters $p_0,... ,p_n-1 in [0,1]$. The distribution has $n+1$ possible values. Denote the respective probablities $q_0,...,q_n$. So far, I have managed to obtain the descriptions for the first few $n$, which are the following:
- If $n=1$, the distribution is: beginalign*q_0 =& 1-p_0\q_1 =& 1-q_0endalign*
- If $n=2$, the distribution is: beginalign*q_0=&(p_0-1)^2\ q_1=&(p_0-1)p_0(p_1-1)\ q_2 =& 1-q_0-q_1endalign*
- If $n=3$, the distribution is: beginalign*q_0=&(1 - p_0)^3\q_1 =& 3 (p_0-1)^2 p_0 (p_1-1)^2 \ q_2=& -3 (p_0-1) p_0 (p_1-1)^2 (2 (p_0-1) p_1-p_0) (p_2-1)\q_3 =& 1-q_0-q_1-q_2 endalign*
I could give the descriptions for few higher $n$, but it becomes lots of symbols quickly.
I have noticed, that when I set $p_i = 0 ; forall i = 1,...,n-1$ it degenerates to the distribution $Bin(n,p_0)$. I have several goals with this. First, I wanted to ask if this resembles some well known distribution family generalizing the binomial distribution? Can anyone suggest possible general formulas that would produce $q_i$ for a given $n$? Assuming, we have a generalization, what would be the measure of all the distributions representable as a member of this family for given $n$ or some upper bound of such measure? Denoting this measure $l_n$, I have computed that: $l_1 = sqrt2, l_2=frac1sqrt3,l_3 = frac27280,l_4=frac731625010005sqrt5$.
probability probability-distributions
$endgroup$
add a comment |
$begingroup$
I asked this on MathOverflow, but was redirected here. Anyway:
In my research (coming from computer science), I have encountered a family of discrete probability distributions that seems to be some sort of generalization of the binomial distribution. A distribution in this family has a parameter $n in mathbbN$ and parameters $p_0,... ,p_n-1 in [0,1]$. The distribution has $n+1$ possible values. Denote the respective probablities $q_0,...,q_n$. So far, I have managed to obtain the descriptions for the first few $n$, which are the following:
- If $n=1$, the distribution is: beginalign*q_0 =& 1-p_0\q_1 =& 1-q_0endalign*
- If $n=2$, the distribution is: beginalign*q_0=&(p_0-1)^2\ q_1=&(p_0-1)p_0(p_1-1)\ q_2 =& 1-q_0-q_1endalign*
- If $n=3$, the distribution is: beginalign*q_0=&(1 - p_0)^3\q_1 =& 3 (p_0-1)^2 p_0 (p_1-1)^2 \ q_2=& -3 (p_0-1) p_0 (p_1-1)^2 (2 (p_0-1) p_1-p_0) (p_2-1)\q_3 =& 1-q_0-q_1-q_2 endalign*
I could give the descriptions for few higher $n$, but it becomes lots of symbols quickly.
I have noticed, that when I set $p_i = 0 ; forall i = 1,...,n-1$ it degenerates to the distribution $Bin(n,p_0)$. I have several goals with this. First, I wanted to ask if this resembles some well known distribution family generalizing the binomial distribution? Can anyone suggest possible general formulas that would produce $q_i$ for a given $n$? Assuming, we have a generalization, what would be the measure of all the distributions representable as a member of this family for given $n$ or some upper bound of such measure? Denoting this measure $l_n$, I have computed that: $l_1 = sqrt2, l_2=frac1sqrt3,l_3 = frac27280,l_4=frac731625010005sqrt5$.
probability probability-distributions
$endgroup$
$begingroup$
Can you describe exactly the sampling process you are referring to? Right now, you haven't, and we are left to figure out how the distribution you're considering is even defined.
$endgroup$
– Clement C.
Mar 20 at 20:51
$begingroup$
It's somewhat complicated and I didn't want to go into the details. I was mostly just hoping this could resemble something well known to give me some hints where to look.
$endgroup$
– user1747134
Mar 21 at 9:57
$begingroup$
Without those details, this is more like a shot in the dark than anything else....
$endgroup$
– Clement C.
Mar 21 at 16:25
add a comment |
$begingroup$
I asked this on MathOverflow, but was redirected here. Anyway:
In my research (coming from computer science), I have encountered a family of discrete probability distributions that seems to be some sort of generalization of the binomial distribution. A distribution in this family has a parameter $n in mathbbN$ and parameters $p_0,... ,p_n-1 in [0,1]$. The distribution has $n+1$ possible values. Denote the respective probablities $q_0,...,q_n$. So far, I have managed to obtain the descriptions for the first few $n$, which are the following:
- If $n=1$, the distribution is: beginalign*q_0 =& 1-p_0\q_1 =& 1-q_0endalign*
- If $n=2$, the distribution is: beginalign*q_0=&(p_0-1)^2\ q_1=&(p_0-1)p_0(p_1-1)\ q_2 =& 1-q_0-q_1endalign*
- If $n=3$, the distribution is: beginalign*q_0=&(1 - p_0)^3\q_1 =& 3 (p_0-1)^2 p_0 (p_1-1)^2 \ q_2=& -3 (p_0-1) p_0 (p_1-1)^2 (2 (p_0-1) p_1-p_0) (p_2-1)\q_3 =& 1-q_0-q_1-q_2 endalign*
I could give the descriptions for few higher $n$, but it becomes lots of symbols quickly.
I have noticed, that when I set $p_i = 0 ; forall i = 1,...,n-1$ it degenerates to the distribution $Bin(n,p_0)$. I have several goals with this. First, I wanted to ask if this resembles some well known distribution family generalizing the binomial distribution? Can anyone suggest possible general formulas that would produce $q_i$ for a given $n$? Assuming, we have a generalization, what would be the measure of all the distributions representable as a member of this family for given $n$ or some upper bound of such measure? Denoting this measure $l_n$, I have computed that: $l_1 = sqrt2, l_2=frac1sqrt3,l_3 = frac27280,l_4=frac731625010005sqrt5$.
probability probability-distributions
$endgroup$
I asked this on MathOverflow, but was redirected here. Anyway:
In my research (coming from computer science), I have encountered a family of discrete probability distributions that seems to be some sort of generalization of the binomial distribution. A distribution in this family has a parameter $n in mathbbN$ and parameters $p_0,... ,p_n-1 in [0,1]$. The distribution has $n+1$ possible values. Denote the respective probablities $q_0,...,q_n$. So far, I have managed to obtain the descriptions for the first few $n$, which are the following:
- If $n=1$, the distribution is: beginalign*q_0 =& 1-p_0\q_1 =& 1-q_0endalign*
- If $n=2$, the distribution is: beginalign*q_0=&(p_0-1)^2\ q_1=&(p_0-1)p_0(p_1-1)\ q_2 =& 1-q_0-q_1endalign*
- If $n=3$, the distribution is: beginalign*q_0=&(1 - p_0)^3\q_1 =& 3 (p_0-1)^2 p_0 (p_1-1)^2 \ q_2=& -3 (p_0-1) p_0 (p_1-1)^2 (2 (p_0-1) p_1-p_0) (p_2-1)\q_3 =& 1-q_0-q_1-q_2 endalign*
I could give the descriptions for few higher $n$, but it becomes lots of symbols quickly.
I have noticed, that when I set $p_i = 0 ; forall i = 1,...,n-1$ it degenerates to the distribution $Bin(n,p_0)$. I have several goals with this. First, I wanted to ask if this resembles some well known distribution family generalizing the binomial distribution? Can anyone suggest possible general formulas that would produce $q_i$ for a given $n$? Assuming, we have a generalization, what would be the measure of all the distributions representable as a member of this family for given $n$ or some upper bound of such measure? Denoting this measure $l_n$, I have computed that: $l_1 = sqrt2, l_2=frac1sqrt3,l_3 = frac27280,l_4=frac731625010005sqrt5$.
probability probability-distributions
probability probability-distributions
edited Mar 20 at 19:57
J. W. Tanner
4,2661320
4,2661320
asked Mar 20 at 19:37
user1747134user1747134
219
219
$begingroup$
Can you describe exactly the sampling process you are referring to? Right now, you haven't, and we are left to figure out how the distribution you're considering is even defined.
$endgroup$
– Clement C.
Mar 20 at 20:51
$begingroup$
It's somewhat complicated and I didn't want to go into the details. I was mostly just hoping this could resemble something well known to give me some hints where to look.
$endgroup$
– user1747134
Mar 21 at 9:57
$begingroup$
Without those details, this is more like a shot in the dark than anything else....
$endgroup$
– Clement C.
Mar 21 at 16:25
add a comment |
$begingroup$
Can you describe exactly the sampling process you are referring to? Right now, you haven't, and we are left to figure out how the distribution you're considering is even defined.
$endgroup$
– Clement C.
Mar 20 at 20:51
$begingroup$
It's somewhat complicated and I didn't want to go into the details. I was mostly just hoping this could resemble something well known to give me some hints where to look.
$endgroup$
– user1747134
Mar 21 at 9:57
$begingroup$
Without those details, this is more like a shot in the dark than anything else....
$endgroup$
– Clement C.
Mar 21 at 16:25
$begingroup$
Can you describe exactly the sampling process you are referring to? Right now, you haven't, and we are left to figure out how the distribution you're considering is even defined.
$endgroup$
– Clement C.
Mar 20 at 20:51
$begingroup$
Can you describe exactly the sampling process you are referring to? Right now, you haven't, and we are left to figure out how the distribution you're considering is even defined.
$endgroup$
– Clement C.
Mar 20 at 20:51
$begingroup$
It's somewhat complicated and I didn't want to go into the details. I was mostly just hoping this could resemble something well known to give me some hints where to look.
$endgroup$
– user1747134
Mar 21 at 9:57
$begingroup$
It's somewhat complicated and I didn't want to go into the details. I was mostly just hoping this could resemble something well known to give me some hints where to look.
$endgroup$
– user1747134
Mar 21 at 9:57
$begingroup$
Without those details, this is more like a shot in the dark than anything else....
$endgroup$
– Clement C.
Mar 21 at 16:25
$begingroup$
Without those details, this is more like a shot in the dark than anything else....
$endgroup$
– Clement C.
Mar 21 at 16:25
add a comment |
0
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',
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%2f3155913%2flooking-for-a-generalization-of-binomial-distribution-and-its-properties%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3155913%2flooking-for-a-generalization-of-binomial-distribution-and-its-properties%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$
Can you describe exactly the sampling process you are referring to? Right now, you haven't, and we are left to figure out how the distribution you're considering is even defined.
$endgroup$
– Clement C.
Mar 20 at 20:51
$begingroup$
It's somewhat complicated and I didn't want to go into the details. I was mostly just hoping this could resemble something well known to give me some hints where to look.
$endgroup$
– user1747134
Mar 21 at 9:57
$begingroup$
Without those details, this is more like a shot in the dark than anything else....
$endgroup$
– Clement C.
Mar 21 at 16:25