计算x横坐标值在拟合线性后斜率和截距条件下的纵坐标值。
double LineRegressionFit::LRFunction(const float &x) const;
参数名
输入/输出
说明
x
输入
横坐标值。