Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/core/tool/
H A Dinterpr5.cxx2477 double fIntercept = 0.0; in CalulateRGPRKP() local
2479 fIntercept = fMeanY - fSlope * fMeanX; in CalulateRGPRKP()
2480 pResMat->PutDouble(_bRKP ? exp(fIntercept) : fIntercept, 1, 0); //order (column,row) in CalulateRGPRKP()
2589 double fIntercept = 0.0; in CalulateRGPRKP() local
2591 fIntercept = fMeanY - lcl_GetSumProduct(pMeans,pSlopes,K); in CalulateRGPRKP()
2593 pResMat->PutDouble(_bRKP ? exp(fIntercept) : fIntercept, K, 0 ); in CalulateRGPRKP()
2748 double fIntercept = 0.0; in CalulateRGPRKP() local
2752 pResMat->PutDouble(_bRKP ? exp(fIntercept) : fIntercept, K, 0 ); in CalulateRGPRKP()
3030 double fIntercept = 0.0; in CalculateTrendGrowth() local
3034 fIntercept = fMeanY - fSlope * fMeanX; in CalculateTrendGrowth()
[all …]
/aoo42x/main/chart2/source/tools/
H A DExponentialRegressionCurveCalculator.cxx147 double fIntercept = exp(m_fLogIntercept); in ImplGetRepresentation() local
150 bool bHasIntercept = !rtl::math::approxEqual( fIntercept, 1.0 ); in ImplGetRepresentation()
154 if ( fIntercept == 0.0) in ImplGetRepresentation()
167 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, fIntercept) ); in ImplGetRepresentation()

Completed in 33 milliseconds