Searched refs:fPercentile (Results 1 – 2 of 2) sorted by relevance
3155 double ScInterpreter::GetPercentile( vector<double> & rArray, double fPercentile ) in GetPercentile() argument3168 size_t nIndex = (size_t)::rtl::math::approxFloor( fPercentile * (nSize-1)); in GetPercentile()3169 double fDiff = fPercentile * (nSize-1) - ::rtl::math::approxFloor( fPercentile * (nSize-1)); in GetPercentile()
796 double GetPercentile( ::std::vector<double> & rArray, double fPercentile );
Completed in 39 milliseconds