Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx743 double GetChiSqDistCDF(double fX, double fDF); // for CHISQDIST, returns left tail
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx733 double ScInterpreter::GetChiSqDistCDF(double fX, double fDF) in GetChiSqDistCDF() function in ScInterpreter
798 PushDouble(GetChiSqDistCDF(fX,fDF)); in ScChiSqDist()
2221 double GetValue( double x ) const { return fp - rInt.GetChiSqDistCDF(x, fDF); } in GetValue()

Completed in 31 milliseconds