Say you have a discrete time absorbing Markov chain where the elements of its transition matrix are uniform random variables. Can you find the distribution for the absorption probabilities and elements of the fundamental matrix given that you take n random walks?

Let P be the transition matrix and n the number of random walks. If you rearrange the matrix such that the transient states (those who are eventually left forever) come first and the absorbing states (those who transition back to themselves with probability 1 each time step), you can partition P into

[Q R] [0 I ]

where Q is the transition probabilities between transient states and R is the probability of transitioning to each absorbing state from each transient state. The fundamental matrix N gives the expected throughput of each transient state and is calculated as N=[I-Q]^-1 where I is an identity matrix of equal dimension to Q. The formula is the matrix version of the geometric series, as it comes from N=I+Q+Q^2+Q^3… up to infinity. You can then calculate the absorption probabilities A from A=NR, giving the probability of absorption into each absorbing state given the initial state.

If the elements of Q are uniform random variables and you take n random walks on this markov chain, what are the distributions of the elements of N and A? Assume that the elements of Q are independently but not necessarily identically distributed.

πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/_TheHalfTruth_
πŸ“…︎ Jan 14 2022
🚨︎ report
Expected maximum of two discrete uniform random variables

I’ts been a while since I’ve done statistics and I came about a problem where there’s two i.i.d. discrete uniform random variables both from [1,20] and I have to find the expected value of the maximum between the two. I’m not really sure how order statistics is supposed to work for discrete distributions. Any thoughts?

πŸ‘︎ 3
πŸ’¬︎
πŸ“…︎ Oct 13 2021
🚨︎ report
[Q] How to numerically compute the quantile of a discrete random variable that's actually continuous?

SO I'm trying to explore the statistical properties of including vs. excluding a particular predictor 'A' in a classification context, trying to classify some binary 'B', specifically to probe the inverse question -- whether the effects of that feature 'B' have been removed appropriately from the predictor A by a colleague's procedure.

My thinking was that if the effect of 'B' still echoes through the "B-corrected" data 'A', we should be able to retrieve information about 'B' from the data using 'A', along with the rest of our data.

Of course, adding variables will always improve retrodictive classification accuracy. I envision two easy ways around this -- cross-validation, and permutation of the predictor 'A'.

I decided to start with the latter: basically, evaluating classification accuracy of 'B' from my data (incl. 'A'), and then computing a "null distribution" of classification accuracy by permuting (i.e. resampling with replacement) 'A' some number of times and re-running the classification algorithm each time.

So in the end, I might get a retrodictive classification accuracy using my real data of X = 75 / 100, and permuted accuracies of Y = (74, 71, 74, 73, 76, 75, 75, 76, 74, ...) / 100. My thinking is that if my colleague adequately removed all trace of the feature from the feature in question, the quantile of my real accuracy should be uniform(0,1) within my permuted accuracy (colleague actually ran this "correction" independently on thousands of features, so I could test for uniformity here).

Question is, I'm not really sure how to find the quantile of my discrete random variable, i.e. the count of correct classifications out of 100. The usual way I'd do this would be to do something like n_(X > Y) / n_Y, so if you truncate Y above before the ellipse, you get 5/9 = 0.56-ish. Or should I do n_(X >= Y) / n_Y, in which case I have 7 / 9 = 0.78-ish? In the continuous case it doesn't matter because we never get exact equality, but here it does. CDFs of ordered discrete random variables include the # being evaluated while summing over their PMFs, but IDK if that really provides principled guidance.

I can also imagine calculating the quantile after removing all the proportions in Y that match X exactly. This seems intuitive to me -- e.g. imagine we only have 3 observations, (1,2,3), and our distribution of permuted accuracies contains 50 '1/3's, 100 '2/3's, and 50 '3/3's. Using the real data, we observe a 2/3 -- seems nicer for it to fa

... keep reading on reddit ➑

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/--MCMC--
πŸ“…︎ Oct 22 2021
🚨︎ report
Can you add a Discrete Random Variable with a Continous Random Variable through convolution?

I was reading materials related to convolutions. Most references only have convolutions with respect to random variables of the same type, so I am asking if it was actually possible to add random variables of different types.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/kindasus_maybesus
πŸ“…︎ Oct 14 2021
🚨︎ report
Random Variables: Discrete vs Continuous
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Matlabguru
πŸ“…︎ Jul 16 2021
🚨︎ report
transformation of discrete random variable

hey i have a quation but its not in english so i'll try my best translate it.

given g:R->R, mark Z=g(X)Y.

also given the probability function P(X=x) and P(Y=y|X=x) are known.

write expression for P(Z=z|X=x), with P(X=x) and P(Y=y|X=x).

so im assuming i will need to use the deffinition of conditional probability (or maybe bayes' theorem)

but before that i will need to expres z with x,y and im not sure how to do it

maybe im not even in the right direction.

would love some help

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/bearforever
πŸ“…︎ May 05 2021
🚨︎ report
PMF in discrete random variable, should I use uppercase or lowercase P, does it matter?

Should it be p_X(x) or P_X(x), do they different?
X is random variable and x its numerical value.

Here is with lowercase p in MIT 6.14 class

Here is another source using uppercase P

If they are the same can I also change the y-axis in PMF plot using lowercase p? Thanks

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/jyouzudesune
πŸ“…︎ Feb 07 2021
🚨︎ report
[Q] Can we have a moment function generating transformation of a random variable which is the sum of two other random variables, one discrete one continuous?

How does it even make sense to define a random variable Z as the sum of random variables X and Y, where X is for example Poisson and Y exponential?

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/thyjukilo4321
πŸ“…︎ Nov 23 2020
🚨︎ report
[Q] What would you get wrong if you decided to model a continuous random variable as a discrete random variable?

I am not asking or implying that one should do this, I am just wondering since integrals are similar to a summations, if I were to model the behavior of a stochastic variable as a discrete when its more arugably continuous, would the predictions/formulations end up being way off?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Whynvme
πŸ“…︎ Aug 28 2020
🚨︎ report
Independence of discrete random variables

Please refer to part c

I found that p=1/(3q) makes the the variables uncorrelated, but I do not know how to show independence since I do not know what P(X=i,Y=j) for i,j not equal to 1 is.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/ADDMYRSN
πŸ“…︎ Sep 11 2020
🚨︎ report
help me with 3(ii) discrete random variables pls?
πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/Terrible_Clue
πŸ“…︎ Jul 02 2020
🚨︎ report
No game of Catan is complete without a discussion on discrete random variables and probability density functions!
πŸ‘︎ 60
πŸ’¬︎
πŸ‘€︎ u/AnotherDaveyGravy
πŸ“…︎ Sep 22 2019
🚨︎ report
[Statistics: Discrete Random Variable] What does the author mean here? Are these not considered DISCRETE random variables? Why?
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Kimino111
πŸ“…︎ Jun 19 2020
🚨︎ report
Exam P. I seem to be struggling a lot with conditional probabilities and discrete random variables. The topics builds up from chapter to chapter, I'm not sure where I should focus my attention to get better because numerous chapters has a mix of all that.

I've been studying for 5 weeks with another 8-10 weeks of studying left.

Also anything mixed distributions I struggle with.

I can do continuous random variables no problem since it's integrating.

In the discrete / conditional probability, it seems like you have to set up the problem properly or else you have no idea what your trying to solve. It seems like there is a lot of time I am just doing trial and error trying to figure out how to set up the problem. Especially when the problem is like a long paragraph full of information, I just get lost.

I took 15 practice questions ranging easy to difficult, and covering chapter 1 to 10 and I did not look at my notes, I did not look at the solutions. I was asked to aim for 50%.

I scored 80% and it took me 6 hours to do 15 problems just trial and error on the problems.

The ones I got wrong was because the answer I got was part of the multiple choice answers and it was wrong.

Then I did another 15 questions and I scored below 50%, this block of questions had way more of what I'm struggling with then the first block of 15 questions.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/illusion419
πŸ“…︎ Jun 07 2020
🚨︎ report
[A Levels] Discrete Random Variable video

I’M BACK FRIENDS! Me again, back with updates on my latest video on DISCRETE RANDOM VARIABLE

Discrete Random Variable is honestly the easiest Statistics chapter y’all will ever need to study, so take this video as more of a refresher for those who may be a lil’ unsure on how to find your E(X) or Var(X). After this I’ll cover Binomial Distribution and Normal Distribution which are the more crucial ones so stay tuned friends! Also let me know if there are other topics you guys need desperate help in and I’ll craft up something for you :)

Hope y’all are doing good in school, especially with it resuming soon and many on alt days already. Remember to keep practicing and do your own notes and consult your teachers!! A’s are nearing :D

πŸ‘︎ 18
πŸ’¬︎
πŸ‘€︎ u/alevellesson
πŸ“…︎ Jun 19 2020
🚨︎ report
[IB Math SL / Discrete Random Variables] AP Stat could probably help!

The random variable X has the distribution B(6, p). Given that P(X=5) = P(X=3) + P(X=4), find the value of p. (HINT: use your graphing calculator)

This is one of my hw questions that none of my friends can figure out! I’d really appreciate it if you explained it for us :)

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/gxldfishbabey
πŸ“…︎ Apr 28 2020
🚨︎ report
Characteristic function and Fourier transform for a discrete random variable!

https://preview.redd.it/ujy81dgakc951.png?width=681&format=png&auto=webp&s=2c276de1d0c7e825d2b50846b347868a4de247fc

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/jusgarciape
πŸ“…︎ Jul 07 2020
🚨︎ report
Someone, please help me...stat 305...I have NO idea what any of these PDF's/commands do, and I don't understand what it means to "correspond with discrete random variables" -_-
πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/TheLoyalPotato
πŸ“…︎ Jan 31 2020
🚨︎ report
Please reply by explaining the differences of discrete & continuous random variables.
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/softclout
πŸ“…︎ Apr 14 2020
🚨︎ report
Help Request: Hi! I'm studying discrete Random Variables from Ross First Course in Probability and I came across this exercise. My teacher says the answer is quite simple but I really can't come up with it. Please could someone lend me a hand? It's the 4.32.
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/h3ctor399
πŸ“…︎ Oct 26 2019
🚨︎ report
New video up for statistical distributions (binomial, discrete random variables etc) - Chapter 6 of Year 1 Stats - hope it helps, one more to go and all of Year 1 Stats will be done ^^ youtu.be/SrjBZO_k2_s
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/sachchitp
πŸ“…︎ Jan 19 2020
🚨︎ report
Can we have a moment function generating transformation of a random variable which is the sum of two other random variables, one discrete one continuous?

How does it even make sense to sum different distributions, one continuous and one discrete. For example, how does it make sense to define a random variable Z with is the sum of rvs X and Y where X is poisson and Y exponential?

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/thyjukilo4321
πŸ“…︎ Nov 23 2020
🚨︎ report
Characteristic function for a discrete random variable!

https://preview.redd.it/8fxukf9xjc951.png?width=675&format=png&auto=webp&s=770b27047137176bb43773cf3b6b0077853e8492

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/jusgarciape
πŸ“…︎ Jul 07 2020
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.