(I posted this on CV but I think here would be faster.
After I get the answer, I will somehow merge two posts...)
I am curious about the distribution of (maximum) run length given
k independent trials when $p(X=1)=p_1, p(X=2)=p_2, ..., p(X=n)=p_n.$
For example, for a coin tossing for 3 independent trials,
$p(X="H")=1/2, p(X="T")=1/2.$
$p(mrl=3)=2*(1/2)^3 \mbox{ for } HHH, TTT $
$p(mrl=2)=4*(1/2)^3 \mbox{ for } HTT, THH, HHT, TTH $
$p(mrl=1)=1-p(mrl=3)-p(mrl=2) $.
But what if for general n and k?
My guess would be $E(mrl)=\log_k n$ for uniform distribution
A similar question
Probability for the length of the longest run in $n$ Bernoulli trials
Given the link and the answer in it, I figure this problem is solved, Coz we can define $X=i$ as success and X otherwise failure. So to calculate $p(mrl=k)$ we can use different probability Bernoulli trials.
But then again, I am wrong because there could be longer run in FAILURES... Let X=1 be success, series of failures could be 23233432 but also could be 2222222!