Stats Master VCL
|
Checks if system is valid.
function ValidSystem: boolean;
Checks if system is valid.
Checks if defined system is valid:
// ... // y = A*b MtxMulLinReg1.A.SetIt(3,2,false,[-5,2, 1,4, 8,0.5]); MtxMulLinReg1.Y.SetIt(false,[-2, 1, 11]); MtxMulLinReg1.UseWeights := false; if MtxMulLinReg1.ValidSystem then MtxMulLinReg1.Recalc else ShowMessage('System not valid !'); // ...
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|