Evaluates linear function.
function LineEval(Const B: Array of double; X: double): double; overload;
b[0] + b[1]*X for given value X and parameters in B array.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|