Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr5.cxx2478 double fIntercept = 0.0; in CalulateRGPRKP() local
2480 fIntercept = fMeanY - fSlope * fMeanX; in CalulateRGPRKP()
2481 pResMat->PutDouble(_bRKP ? exp(fIntercept) : fIntercept, 1, 0); //order (column,row) in CalulateRGPRKP()
2590 double fIntercept = 0.0; in CalulateRGPRKP() local
2592 fIntercept = fMeanY - lcl_GetSumProduct(pMeans,pSlopes,K); in CalulateRGPRKP()
2594 pResMat->PutDouble(_bRKP ? exp(fIntercept) : fIntercept, K, 0 ); in CalulateRGPRKP()
2749 double fIntercept = 0.0; in CalulateRGPRKP() local
2753 pResMat->PutDouble(_bRKP ? exp(fIntercept) : fIntercept, K, 0 ); in CalulateRGPRKP()
3031 double fIntercept = 0.0; in CalculateTrendGrowth() local
3035 fIntercept = fMeanY - fSlope * fMeanX; in CalculateTrendGrowth()
[all …]

Completed in 57 milliseconds