Lines Matching refs:fMeanY
2437 double fMeanY = 0.0; in CalulateRGPRKP() local
2450 fMeanY = lcl_GetMeanOverAll(pMatY, N); in CalulateRGPRKP()
2453 pMatY->PutDouble( ::rtl::math::approxSub(pMatY->GetDouble(i),fMeanY), i ); in CalulateRGPRKP()
2479 fIntercept = fMeanY - fSlope * fMeanX; in CalulateRGPRKP()
2591 fIntercept = fMeanY - lcl_GetSumProduct(pMeans,pSlopes,K); in CalulateRGPRKP()
2750 fIntercept = fMeanY - lcl_GetSumProduct(pMeans,pSlopes,K); in CalulateRGPRKP()
2990 double fMeanY = 0.0; in CalculateTrendGrowth() local
3003 fMeanY = lcl_GetMeanOverAll(pMatY, N); in CalculateTrendGrowth()
3006 pMatY->PutDouble( ::rtl::math::approxSub(pMatY->GetDouble(i),fMeanY), i ); in CalculateTrendGrowth()
3034 fIntercept = fMeanY - fSlope * fMeanX; in CalculateTrendGrowth()
3100 double fIntercept = fMeanY - lcl_GetSumProduct(pMeans,pSlopes,K); in CalculateTrendGrowth()
3159 double fIntercept = fMeanY - lcl_GetSumProduct(pMeans,pSlopes,K); in CalculateTrendGrowth()