An algorithm randomly generates a sequence $(c_1, c_2,… c_n)$ The Next CEO of Stack OverflowLottery with coupon collecting - what prices are fair?Distribution of # balls in each container (balls dropped randomly)Proof: Probability using InductionSampling from weighted sum distributionProbability of disjoint cycles.How to account for revealed cards in a model of a poorly shuffled deck?Urn with an infinite number of balls of finite, uniformly distributed coloursExpected Balls in Bins of Unequal CapacitiesExpected length of randomly generated decreasing sequenceProbability that sum of three digits is the same as sum of other three digits
Is a distribution that is normal, but highly skewed considered Gaussian?
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
I want to delete every two lines after 3rd lines in file contain very large number of lines :
Missile strike detection (but it's not actually a missile)
Prepend last line of stdin to entire stdin
A Man With a Stainless Steel Endoskeleton (like The Terminator) Fighting Cloaked Aliens Only He Can See
Rotate a column
WOW air has ceased operation, can I get my tickets refunded?
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
Newlines in BSD sed vs gsed
What does "Its cash flow is deeply negative" mean?
What flight has the highest ratio of time difference to flight time?
How did people program for Consoles with multiple CPUs?
Why don't programming languages automatically manage the synchronous/asynchronous problem?
Find non-case sensitive string in a mixed list of elements?
What steps are necessary to read a Modern SSD in Medieval Europe?
Does soap repel water?
Reference request: Grassmannian and Plucker coordinates in type B, C, D
Unclear about dynamic binding
Some questions about different axiomatic systems for neighbourhoods
What happened in Rome, when the western empire "fell"?
Writing differences on a blackboard
Is it convenient to ask the journal's editor for two additional days to complete a review?
Make solar eclipses exceedingly rare, but still have new moons
An algorithm randomly generates a sequence $(c_1, c_2,… c_n)$
The Next CEO of Stack OverflowLottery with coupon collecting - what prices are fair?Distribution of # balls in each container (balls dropped randomly)Proof: Probability using InductionSampling from weighted sum distributionProbability of disjoint cycles.How to account for revealed cards in a model of a poorly shuffled deck?Urn with an infinite number of balls of finite, uniformly distributed coloursExpected Balls in Bins of Unequal CapacitiesExpected length of randomly generated decreasing sequenceProbability that sum of three digits is the same as sum of other three digits
$begingroup$
An algorithm randomly generates a sequence $(c_1, c_2,... c_n)$, where each $c_i$ can assume the values $0$, $1$ or $2$. Given $A_k =$ $k$ values of the sequence are equal to $0$ and $B_j$ = $j$ values of the sequence are equal to $1$.
How to calculate $P (A_k)$, for $k = 0, 1,. . . , n$?
probability statistics
$endgroup$
add a comment |
$begingroup$
An algorithm randomly generates a sequence $(c_1, c_2,... c_n)$, where each $c_i$ can assume the values $0$, $1$ or $2$. Given $A_k =$ $k$ values of the sequence are equal to $0$ and $B_j$ = $j$ values of the sequence are equal to $1$.
How to calculate $P (A_k)$, for $k = 0, 1,. . . , n$?
probability statistics
$endgroup$
add a comment |
$begingroup$
An algorithm randomly generates a sequence $(c_1, c_2,... c_n)$, where each $c_i$ can assume the values $0$, $1$ or $2$. Given $A_k =$ $k$ values of the sequence are equal to $0$ and $B_j$ = $j$ values of the sequence are equal to $1$.
How to calculate $P (A_k)$, for $k = 0, 1,. . . , n$?
probability statistics
$endgroup$
An algorithm randomly generates a sequence $(c_1, c_2,... c_n)$, where each $c_i$ can assume the values $0$, $1$ or $2$. Given $A_k =$ $k$ values of the sequence are equal to $0$ and $B_j$ = $j$ values of the sequence are equal to $1$.
How to calculate $P (A_k)$, for $k = 0, 1,. . . , n$?
probability statistics
probability statistics
asked Mar 27 at 19:08
user649882user649882
144
144
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
$A_k$ follows a binomial distribution where the probability of success $p = 1/3$ and the probability of failure is $q = 2/3$. Note that I am assuming that $c_i sim U(3)$ iid. Thus
$$P(A_k)=binomnkp^kq^n-k.$$
$endgroup$
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%2f3164975%2fan-algorithm-randomly-generates-a-sequence-c-1-c-2-c-n%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$
$A_k$ follows a binomial distribution where the probability of success $p = 1/3$ and the probability of failure is $q = 2/3$. Note that I am assuming that $c_i sim U(3)$ iid. Thus
$$P(A_k)=binomnkp^kq^n-k.$$
$endgroup$
add a comment |
$begingroup$
$A_k$ follows a binomial distribution where the probability of success $p = 1/3$ and the probability of failure is $q = 2/3$. Note that I am assuming that $c_i sim U(3)$ iid. Thus
$$P(A_k)=binomnkp^kq^n-k.$$
$endgroup$
add a comment |
$begingroup$
$A_k$ follows a binomial distribution where the probability of success $p = 1/3$ and the probability of failure is $q = 2/3$. Note that I am assuming that $c_i sim U(3)$ iid. Thus
$$P(A_k)=binomnkp^kq^n-k.$$
$endgroup$
$A_k$ follows a binomial distribution where the probability of success $p = 1/3$ and the probability of failure is $q = 2/3$. Note that I am assuming that $c_i sim U(3)$ iid. Thus
$$P(A_k)=binomnkp^kq^n-k.$$
answered Mar 27 at 19:17
model_checkermodel_checker
4,41621931
4,41621931
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%2f3164975%2fan-algorithm-randomly-generates-a-sequence-c-1-c-2-c-n%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