Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx2551 ScMatrixRef pSlopes = GetNewMat(1,K); // from b1 to bK in CalulateRGPRKP() local
2552 if (!pMeans || !pMatZ || !pSlopes) in CalulateRGPRKP()
2586 pSlopes->PutDouble( pMatZ->GetDouble(col), col); in CalulateRGPRKP()
2588 lcl_SolveWithUpperRightTriangle(pMatX, aVecR, pSlopes, K, false); in CalulateRGPRKP()
2591 fIntercept = fMeanY - lcl_GetSumProduct(pMeans,pSlopes,K); in CalulateRGPRKP()
2595 pResMat->PutDouble(_bRKP ? exp(pSlopes->GetDouble(i)) in CalulateRGPRKP()
2596 : pSlopes->GetDouble(i) , K-1-i, 0); in CalulateRGPRKP()
2606 lcl_ApplyUpperRightTriangle(pMatX, aVecR, pSlopes, pMatZ, K, false); in CalulateRGPRKP()
2708 ScMatrixRef pSlopes = GetNewMat(K,1); // from b1 to bK in CalulateRGPRKP() local
2709 if (!pMeans || !pMatZ || !pSlopes) in CalulateRGPRKP()
[all …]