Searched refs:GetBetaDist (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr3.cxx | 673 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()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 740 double GetBetaDist(double x, double alpha, double beta); //cumulative distribution function
|
Completed in 67 milliseconds