Lines Matching refs:ScInterpreter

62 const double ScInterpreter::fMaxGammaArgument = 171.624376956302;  // found experimental
186 void ScInterpreter::ScNoName() in ScNoName()
192 void ScInterpreter::ScBadName() in ScBadName()
203 double ScInterpreter::phi(double x) in phi()
209 double ScInterpreter::integralPhi(double x) in integralPhi()
214 double ScInterpreter::taylor(double* pPolynom, sal_uInt16 nMax, double x) in taylor()
225 double ScInterpreter::gauss(double x) in gauss()
273 double ScInterpreter::gaussinv(double x) in gaussinv()
445 double ScInterpreter::Fakultaet(double x) in Fakultaet()
471 double ScInterpreter::BinomKoeff(double n, double k) in BinomKoeff()
609 double ScInterpreter::GetGamma(double fZ) in GetGamma()
655 double ScInterpreter::GetLogGamma(double fZ) in GetLogGamma()
667 double ScInterpreter::GetFDist(double x, double fF1, double fF2) in GetFDist()
681 double ScInterpreter::GetTDist(double T, double fDF) in GetTDist()
720 double ScInterpreter::GetChiDist(double fX, double fDF) in GetChiDist()
733 double ScInterpreter::GetChiSqDistCDF(double fX, double fDF) in GetChiSqDistCDF()
742 double ScInterpreter::GetChiSqDistPDF(double fX, double fDF) in GetChiSqDistPDF()
780 void ScInterpreter::ScChiSqDist() in ScChiSqDist()
804 void ScInterpreter::ScGamma() in ScGamma()
824 void ScInterpreter::ScLogGamma() in ScLogGamma()
834 double ScInterpreter::GetBeta(double fAlpha, double fBeta) in GetBeta()
867 double ScInterpreter::GetLogBeta(double fAlpha, double fBeta) in GetLogBeta()
896 double ScInterpreter::GetBetaDistPDF(double fX, double fA, double fB) in GetBetaDistPDF()
1020 double ScInterpreter::GetBetaDist(double fXin, double fAlpha, double fBeta) in GetBetaDist()
1071 void ScInterpreter::ScBetaDist() in ScBetaDist()
1129 void ScInterpreter::ScPhi() in ScPhi()
1135 void ScInterpreter::ScGauss() in ScGauss()
1141 void ScInterpreter::ScFisher() in ScFisher()
1151 void ScInterpreter::ScFisherInv() in ScFisherInv()
1157 void ScInterpreter::ScFact() in ScFact()
1167 void ScInterpreter::ScKombin() in ScKombin()
1181 void ScInterpreter::ScKombin2() in ScKombin2()
1195 void ScInterpreter::ScVariationen() in ScVariationen()
1216 void ScInterpreter::ScVariationen2() in ScVariationen2()
1231 double ScInterpreter::GetBinomDistPMF(double x, double n, double p) in GetBinomDistPMF()
1279 void ScInterpreter::ScB() in ScB()
1349 void ScInterpreter::ScBinomDist() in ScBinomDist()
1416 void ScInterpreter::ScCritBinom() in ScCritBinom()
1464 void ScInterpreter::ScNegBinomDist() in ScNegBinomDist()
1485 void ScInterpreter::ScNormDist() in ScNormDist()
1506 void ScInterpreter::ScLogNormDist() //expanded, see #i100119# in ScLogNormDist()
1537 void ScInterpreter::ScStdNormDist() in ScStdNormDist()
1543 void ScInterpreter::ScExpDist() in ScExpDist()
1570 void ScInterpreter::ScTDist() in ScTDist()
1590 void ScInterpreter::ScFDist() in ScFDist()
1606 void ScInterpreter::ScChiDist() in ScChiDist()
1628 void ScInterpreter::ScWeibull() in ScWeibull()
1647 void ScInterpreter::ScPoissonDist() in ScPoissonDist()
1734 void ScInterpreter::ScHypGeomDist() in ScHypGeomDist()
1949 void ScInterpreter::ScGammaDist() in ScGammaDist()
1974 void ScInterpreter::ScNormInv() in ScNormInv()
1991 void ScInterpreter::ScSNormInv() in ScSNormInv()
2003 void ScInterpreter::ScLogNormInv() in ScLogNormInv()
2020 ScInterpreter& rInt;
2024 … ScGammaDistFunction( ScInterpreter& rI, double fpVal, double fAlphaVal, double fBetaVal ) : in ScGammaDistFunction()
2030 void ScInterpreter::ScGammaInv() in ScGammaInv()
2059 ScInterpreter& rInt;
2063 … ScBetaDistFunction( ScInterpreter& rI, double fpVal, double fAlphaVal, double fBetaVal ) : in ScBetaDistFunction()
2069 void ScInterpreter::ScBetaInv() in ScBetaInv()
2113 ScInterpreter& rInt;
2117 ScTDistFunction( ScInterpreter& rI, double fpVal, double fDFVal ) : in ScTDistFunction()
2123 void ScInterpreter::ScTInv() in ScTInv()
2146 ScInterpreter& rInt;
2150 ScFDistFunction( ScInterpreter& rI, double fpVal, double fF1Val, double fF2Val ) : in ScFDistFunction()
2156 void ScInterpreter::ScFInv() in ScFInv()
2180 ScInterpreter& rInt;
2184 ScChiDistFunction( ScInterpreter& rI, double fpVal, double fDFVal ) : in ScChiDistFunction()
2190 void ScInterpreter::ScChiInv() in ScChiInv()
2214 ScInterpreter& rInt;
2218 ScChiSqDistFunction( ScInterpreter& rI, double fpVal, double fDFVal ) : in ScChiSqDistFunction()
2225 void ScInterpreter::ScChiSqInv() in ScChiSqInv()
2246 void ScInterpreter::ScConfidence() in ScConfidence()
2261 void ScInterpreter::ScZTest() in ScZTest()
2380 bool ScInterpreter::CalculateTest(sal_Bool _bTemplin in CalculateTest()
2451 void ScInterpreter::ScTTest() in ScTTest()
2531 void ScInterpreter::ScFTest() in ScFTest()
2610 void ScInterpreter::ScChiTest() in ScChiTest()
2683 void ScInterpreter::ScKurt() in ScKurt()
2725 void ScInterpreter::ScHarMean() in ScHarMean()
2845 void ScInterpreter::ScGeoMean() in ScGeoMean()
2966 void ScInterpreter::ScStandard() in ScStandard()
2982 bool ScInterpreter::CalculateSkew(double& fSum,double& fCount,double& vSum,std::vector<double>& val… in CalculateSkew()
3087 void ScInterpreter::ScSkew() in ScSkew()
3119 double ScInterpreter::GetMedian( vector<double> & rArray ) in GetMedian()
3144 void ScInterpreter::ScMedian() in ScMedian()
3155 double ScInterpreter::GetPercentile( vector<double> & rArray, double fPercentile ) in GetPercentile()
3186 void ScInterpreter::ScPercentile() in ScPercentile()
3202 void ScInterpreter::ScQuartile() in ScQuartile()
3218 void ScInterpreter::ScModalValue() in ScModalValue()
3264 void ScInterpreter::CalculateSmallLarge(sal_Bool bSmall) in CalculateSmallLarge()
3295 void ScInterpreter::ScLarge() in ScLarge()
3301 void ScInterpreter::ScSmall() in ScSmall()
3307 void ScInterpreter::ScPercentrank() in ScPercentrank()
3382 void ScInterpreter::ScTrimMean() in ScTrimMean()
3412 void ScInterpreter::GetNumberSequenceArray( sal_uInt8 nParamCount, vector<double>& rArray ) in GetNumberSequenceArray()
3494 void ScInterpreter::GetSortArray( sal_uInt8 nParamCount, vector<double>& rSortArray, vector<long>* … in GetSortArray()
3558 void ScInterpreter::QuickSort( vector<double>& rSortArray, vector<long>* pIndexOrder ) in QuickSort()
3586 void ScInterpreter::ScRank() in ScRank()
3706 void ScInterpreter::ScAveDev() in ScAveDev()
3861 void ScInterpreter::ScDevSq() in ScDevSq()
3870 void ScInterpreter::ScProbability() in ScProbability()
3934 void ScInterpreter::ScCorrel() in ScCorrel()
3941 void ScInterpreter::ScCovar() in ScCovar()
3947 void ScInterpreter::ScPearson() in ScPearson()
3952 void ScInterpreter::CalculatePearsonCovar(sal_Bool _bPearson,sal_Bool _bStexy) in CalculatePearsonCovar()
4038 void ScInterpreter::ScRSQ() in ScRSQ()
4060 void ScInterpreter::ScSTEXY() in ScSTEXY()
4065 void ScInterpreter::CalculateSlopeIntercept(sal_Bool bSlope) in CalculateSlopeIntercept()
4137 void ScInterpreter::ScSlope() in ScSlope()
4143 void ScInterpreter::ScIntercept() in ScIntercept()
4149 void ScInterpreter::ScForecast() in ScForecast()