You are here: Symbol Reference > RegModels Namespace > Functions > RegModels.MulLinEval Function
Stats Master VCL
ContentsIndex
PreviousUpNext
RegModels.MulLinEval Function

Evaluates multiple linear function.

Pascal
function MulLinEval(Const B: Array of double; const X: TVec; Constant: boolean = false): double; overload;

b[0] + b[1]*x[0] + b[2]*x[1] + ... for given value X and parameters in B array.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!