I want to run an estimation assuming that my variables are distributed according to the Dirichlet distribution. To do so, I need to use the cdf function. For all the distributions in R, there are the respective r,p and d functions that produce random variables, pdf and cdf. Nevertheless, for the Dirichlet, I can only find the random number generator and the pdf. Is there a similar package for R that gives the cdf?
Many thanks,