↓ 5 callersFunctioninvFDistCDFF-distribution percent point function, or inverse of the F-dist CDF.
this function(prob,N1,N2) == F where prob = FDistCDF(F,N1,N2).
core/lib/Geomatics/SpecialFuncs.cpp:1127
↓ 5 callersFunctioninvNormalCDFNormal-distribution percent point function, or inverse of the Normal CDF.
This function(prob,mu,sig) == X where prob = NormalCDF(X,mu,sig).
core/lib/Geomatics/SpecialFuncs.cpp:615