powered by
This function generates a vector of n length of the Generalized Yule distribution with parameters rho and alpha.
Generalized_Yule(n, rho, alpha)
Length of vector to be generated.
Parameter of the Generalized Yule distribution function
Parameter of the Generalized Yule distribution function: 0 <= alpha < 1
# NOT RUN { Generalized_Yule(100, 3, 0.1) # }
Run the code above in your browser using DataLab