Stats Master VCL
|
Shows TMtxHypothesisTest component editor.
procedure ShowDialog(Component: TMtxHypothesisTest); overload;
The following code brings up the component editor.
Uses Statistics, StatTools, StatToolsDialogs; var HypTest1: TMtxHypothesisTest; begin HypTest1 := TMtxHypothesisTest.Create; try // ... ShowDialog(HypTest1); // ... finally HypTest1.Free; end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|