I'm trying to use an algorithm (Marshall, Olkin) for exchangable archimedean Copula to generate realizations of multivariate probability distributions.
One step includes sampling V which is F distributed where F is the inverse Laplace-Stieltjes transform of the respective generator.
Concernig the families Clayton and Gumbel I can simply implement rgamma(.) and rstable(.) for F into the algorythm to generate a V, but for Frank, Joe, and Ali-Mikhail-Haq I dont have common distributions but arbitrary (discrete) probability mass functions.
How could I sample those for a V?
Thanks a lot!