Searched refs:GetGammaDist (Results 1 – 3 of 3) sorted by relevance
188 double ScInterpreter::GetGammaDist( double fX, double fAlpha, double fLambda ) in GetGammaDist() function in ScInterpreter
1968 PushDouble( GetGammaDist( fX, fAlpha, fBeta)); in ScGammaDist()2027 double GetValue( double x ) const { return fp - rInt.GetGammaDist(x, fAlpha, fBeta); } in GetValue()
843 double GetGammaDist(double fX, double fAlpha, double fLambda);
Completed in 67 milliseconds