Home
last modified time | relevance | path

Searched refs:mue (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sc/source/core/tool/
H A Dinterpr3.cxx1493 double mue = GetDouble(); // mean in ScNormDist() local
1501 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() local
1526 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() local
1987 PushDouble(gaussinv(x)*sigma + mue); in ScNormInv()
2009 double mue = GetDouble(); // Mittelwert in ScLogNormInv() local
2014 PushDouble(exp(mue+sigma*gaussinv(y))); in ScLogNormInv()
[all …]
/AOO41X/main/scripting/java/org/openoffice/idesupport/
H A DJavaFinder.java148 catch (MalformedURLException mue) { in getClassLoader()
187 catch (MalformedURLException mue) { in getClassLoader()
/AOO41X/main/stoc/test/javavm/testapplet/
H A DTestApplet.java61 }catch( MalformedURLException mue) { in init()
/AOO41X/main/stoc/test/javavm/testcomponent/
H A DTestComponent.java94 }catch( MalformedURLException mue) { in getImplementationName()
/AOO41X/main/scripting/java/org/openoffice/netbeans/editor/
H A DNetBeansSourceView.java113 catch (java.net.MalformedURLException mue) { in main()