Why is a negative binomial distribution just a generalized version of a geometric distribution (they are the same when r=1), while a hypergeometric distribution is like a binomial distribution without replacement?
geometric = Negative binomial when r=1 hypergeometric = binomial without replacement.
Why does it seem like 2 of the names were swapped? Wouldn't it make more sense to have the hypergeometric dist'n be a generalization of the geometric dist'n? and the negative binomial dist'n be a version of the binomial dist'n without replacement?