Searched refs:pMeans (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/sc/source/core/tool/ |
| H A D | interpr5.cxx | 2546 ScMatrixRef pMeans = GetNewMat(K, 1); // mean of each column in CalulateRGPRKP() local 2553 if (!pMeans || !pMatZ || !pSlopes) in CalulateRGPRKP() 2560 lcl_CalculateColumnMeans(pMatX, pMeans, K, N); in CalulateRGPRKP() 2561 lcl_CalculateColumnsDelta(pMatX, pMeans, K, N); in CalulateRGPRKP() 2592 fIntercept = fMeanY - lcl_GetSumProduct(pMeans,pSlopes,K); in CalulateRGPRKP() 2678 fPart = lcl_GetSumProduct(pMeans, pMatZ, K); in CalulateRGPRKP() 2679 fSigmaIntercept += fPart * pMeans->GetDouble(col); in CalulateRGPRKP() 2703 ScMatrixRef pMeans = GetNewMat(1, K); // mean of each row in CalulateRGPRKP() local 2710 if (!pMeans || !pMatZ || !pSlopes) in CalulateRGPRKP() 2717 lcl_CalculateRowMeans(pMatX, pMeans, N, K); in CalulateRGPRKP() [all …]
|