Searched refs:fSigmaSlope (Results 1 – 1 of 1) sorted by relevance
2518 double fSigmaSlope = fRMSE / sqrt(fSumX2); in CalulateRGPRKP() local2519 pResMat->PutDouble(fSigmaSlope, 0, 1); in CalulateRGPRKP()2660 double fSigmaSlope = 0.0; in CalulateRGPRKP() local2673 fSigmaSlope = fRMSE * sqrt(pMatZ->GetDouble(col)); in CalulateRGPRKP()2674 pResMat->PutDouble(fSigmaSlope, K-1-col, 1); in CalulateRGPRKP()2820 double fSigmaSlope = 0.0; in CalulateRGPRKP() local2833 fSigmaSlope = fRMSE * sqrt(pMatZ->GetDouble(row)); in CalulateRGPRKP()2834 pResMat->PutDouble(fSigmaSlope, K-1-row, 1); in CalulateRGPRKP()
Completed in 47 milliseconds