Курсовая работа: Полный факторный эксперимент
dF: real = 0.8;
expNum: byte = 10;
planeNum: byte = 8;
factorNum: byte = 3;
c1: real = 1.2;
c2: real = -0.8;
var
expResult: array[ 1..8, 1..10 ] of real;
yAverage: array[ 1..8 ] of real;
yExpResult: array[ 1..8 ] of real;
regCoeficient: array[ 0..3 ] of real;
tCritery: array[ 0..3 ] of real;
dSu: array[ 1..8 ] of real;
dSo: real;
dSbi: real;
dSad: real;
fP: real;
G: real;
gipotesa1D: boolean;
regAd: boolean;
decisionRegMean: array[ 0..3 ] of boolean;
implementation
end.
program ffe;
uses
Forms,
main in 'main.pas' {FMain},
ffe_typeconst in 'ffe_typeconst.pas';
{$R *.RES}