I am reading "Introduction to Probability" 2nd edition (Blitzstein). He uses the abbreviation r.v for random variable which he explains. However, without introducing what "r.v.s" should mean, he uses it like this:
So what do you think this means? This is his first use of the abbreviation so I cannot provide any more info.
scipy.statsimplementations of probability distributions. For example,scipy.stats.norm.rvs(size=(10,))samples the $N(0,,1)$ distribution $10$ times. – J.G. Oct 09 '19 at 17:16