Searched refs:mue (Results 1 – 5 of 5) sorted by relevance
1493 double mue = GetDouble(); // mean in ScNormDist() local1501 PushDouble(integralPhi((x-mue)/sigma)); in ScNormDist()1503 PushDouble(phi((x-mue)/sigma)/sigma); in ScNormDist()1514 double mue = nParamCount >= 2 ? GetDouble() : 0.0; // mean in ScLogNormDist() local1526 PushDouble(integralPhi((log(x)-mue)/sigma)); in ScLogNormDist()1533 PushDouble(phi((log(x)-mue)/sigma)/sigma/x); in ScLogNormDist()1980 double mue = GetDouble(); in ScNormInv() local1987 PushDouble(gaussinv(x)*sigma + mue); in ScNormInv()2009 double mue = GetDouble(); // Mittelwert in ScLogNormInv() local2014 PushDouble(exp(mue+sigma*gaussinv(y))); in ScLogNormInv()[all …]
148 catch (MalformedURLException mue) { in getClassLoader()187 catch (MalformedURLException mue) { in getClassLoader()
61 }catch( MalformedURLException mue) { in init()
94 }catch( MalformedURLException mue) { in getImplementationName()
113 catch (java.net.MalformedURLException mue) { in main()