Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dinterpr5.cxx2552 ScMatrixRef pSlopes = GetNewMat(1,K); // from b1 to bK in CalulateRGPRKP() local
2553 if (!pMeans || !pMatZ || !pSlopes) in CalulateRGPRKP()
2587 pSlopes->PutDouble( pMatZ->GetDouble(col), col); in CalulateRGPRKP()
2589 lcl_SolveWithUpperRightTriangle(pMatX, aVecR, pSlopes, K, false); in CalulateRGPRKP()
2592 fIntercept = fMeanY - lcl_GetSumProduct(pMeans,pSlopes,K); in CalulateRGPRKP()
2596 pResMat->PutDouble(_bRKP ? exp(pSlopes->GetDouble(i)) in CalulateRGPRKP()
2597 : pSlopes->GetDouble(i) , K-1-i, 0); in CalulateRGPRKP()
2607 lcl_ApplyUpperRightTriangle(pMatX, aVecR, pSlopes, pMatZ, K, false); in CalulateRGPRKP()
2709 ScMatrixRef pSlopes = GetNewMat(K,1); // from b1 to bK in CalulateRGPRKP() local
2710 if (!pMeans || !pMatZ || !pSlopes) in CalulateRGPRKP()
[all …]