Home
last modified time | relevance | path

Searched refs:GetBetaDist (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx673 return (GetBetaDist(arg, alpha, beta)); in GetFDist()
684 return 0.5 * GetBetaDist(fDF/(fDF+T*T), fDF/2.0, 0.5); in GetTDist()
1020 double ScInterpreter::GetBetaDist(double fXin, double fAlpha, double fBeta) in GetBetaDist() function in ScInterpreter
1113 PushDouble(GetBetaDist(x, alpha, beta)); in ScBetaDist()
1328 PushDouble(GetBetaDist(q,n-xe,xe+1.0)-GetBetaDist(q,n-xs+1,xs) ); in ScB()
1391 PushDouble(GetBetaDist(q,n-x,x+1.0)); in ScBinomDist()
2066 double GetValue( double x ) const { return fp - rInt.GetBetaDist(x, fAlpha, fBeta); } in GetValue()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx740 double GetBetaDist(double x, double alpha, double beta); //cumulative distribution function

Completed in 31 milliseconds