Searched refs:fIntercept (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/chart2/source/tools/ |
H A D | ExponentialRegressionCurveCalculator.cxx | 147 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()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 2478 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 50 milliseconds