I am trying to write a function that computes the quantile of the normal distribution using the function cdfnor. for example
alpha= cdfnor("PQ",x,0,1)
anyone could help me to derive from this function the 99 percent quantile for example. how should I define the x?
I think the perctl
function is what you are looking for...