Tagged Questions
6
votes
2answers
96 views
Implementation of Dirichlet cdf?
I need to compute the Dirichlet CDF, but I can only find implementations of the PDF.
Do you guys know of any library (preferably in R) implementing it?
0
votes
1answer
613 views
How to find the inverse of non-standard CDF in Matlab?
The cumulative distribution function (CDF) for a truncated log-normal distribution is represented as shown below. How can I find its inverse in Matlab?
...