I am a beginner to Julia and I am trying to code inverse function of normal cdf. In Distribution.ji, I see there is invlogcdf, inverse function of log cdf of a distribution but not inverse function of cdf. Any suggestions will be a great help!
Does there exist a Julia function that can numerically compute the inverse CDF (aka quantile funtion) of an ensemble of samples (in contrast to a pre-defined distribution from Distributions.jl)? Or from a histogram of those samples?
Thanks in advance!