Searched refs:fSigmaSlope (Results 1 – 1 of 1) sorted by relevance
2517 double fSigmaSlope = fRMSE / sqrt(fSumX2); in CalulateRGPRKP() local2518 pResMat->PutDouble(fSigmaSlope, 0, 1); in CalulateRGPRKP()2659 double fSigmaSlope = 0.0; in CalulateRGPRKP() local2672 fSigmaSlope = fRMSE * sqrt(pMatZ->GetDouble(col)); in CalulateRGPRKP()2673 pResMat->PutDouble(fSigmaSlope, K-1-col, 1); in CalulateRGPRKP()2819 double fSigmaSlope = 0.0; in CalulateRGPRKP() local2832 fSigmaSlope = fRMSE * sqrt(pMatZ->GetDouble(row)); in CalulateRGPRKP()2833 pResMat->PutDouble(fSigmaSlope, K-1-row, 1); in CalulateRGPRKP()
Completed in 22 milliseconds