Find Prob of X and Prob Corresponding to X on CDF
If I find to find a specific quantile value of a distribution, I can use summary. Is there a reverse or inversecdf type operation which will give me the probability (Y) corresponding to a single or series of X values ? If Prob(X<=15) = 0.3 (Y) for example . I want to find the X value that will give me probability Y=0.3Can this accomplished via the distribution fitting platform?Thanks,