previous up next contents
Previous: A.5 Discrete design Up: A. Some computing tools Next: A.7 Choice of a   Contents

A.6 Interactions and continuous design

In order to take interactions into account, the extended coding matrix $ mA$ will be obtained by adding several columns to the ordinary coding matrix $ ma$. Successive calls to LISTING 13 will achieve this result by acting upon a temporary matrix ($ maa$).


\begin{algorithm}
% latex2html id marker 1644
[H]
\begin{algorithmic}[1]
\par
\D...
...
;
\par
\end{algorithmic}
\par
\caption{Adding a column
}
\par
\end{algorithm}

When all columns are added, LISTING 14 is called to obtain the extended model ($ mX$) and its VRF.


\begin{algorithm}
% latex2html id marker 1652
[H]
\begin{algorithmic}[1]
\par
\F...
...nd{algorithmic}
\par
\caption{Extended model and its VRF
}
\par
\end{algorithm}

Another possibility is the following. We can consider that modalities are no more the levels taken by discrete factors, but are rather the values taken by continuous factors. When using such a model, a factor is coded by only a variable (preferably reduced, i.e. centered and weighted). In LISTING 9, options 'xy+yz' (products without squares), 'xx+xy' (products including squares) and 'lenteur' (using inverses) are proposed.

The last two options (full quadratic) are dealed by LISTING 15, which computes a functional model ($ fun$) that allows a quadratic research of the optimum.


\begin{algorithm}
% latex2html id marker 1666
[tbh]
\begin{algorithmic}[1]
\par
...
...par
\end{algorithmic}
\par
\caption{Full quadratic model
}
\par
\end{algorithm}

This research is undertaken in LISTING 16, using the Scilab quapro command. Thereafter, the 3D response surface can be drawn and a report issued.


\begin{algorithm}
% latex2html id marker 1678
[H]
\begin{algorithmic}[1]
\par
\F...
...$ ;
\par
\end{algorithmic}
\par
\caption{Optimal point
}
\par
\end{algorithm}


\begin{algorithm}
% latex2html id marker 1689
[H]
\begin{algorithmic}[1]
\par
\D...
...d{algorithmic}
\par
\caption{Drawing the response surface}
\par
\end{algorithm}


\begin{algorithm}
% latex2html id marker 1695
[H]
\begin{algorithmic}[1]
\par
\D...
...par
\end{algorithmic}
\par
\caption{Report (the bay case)}
\par
\end{algorithm}


previous up next contents
Previous: A.5 Discrete design Up: A. Some computing tools Next: A.7 Choice of a   Contents


douillet@ensait.fr
2008-03-14