Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Specify fixed variable variations for an augmented d-optimal design

1 Ansicht (letzte 30 Tage)
Jelle Reichert
Jelle Reichert am 29 Mai 2012
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I have a performed an experiment according to the design Matrix 'startdes'. Now I want to add one run to the design (nruns = 1). Furthermore I have speficied my new 'model'. I use the following function.
[settings, X] = daugment(startdes,nruns,model,varargin)
Now here comes the problem, I want to use the extra function 'bounds' to specify which values can be chosen for the design. This is possible by specifying a cell array containing NFACTORS elements, each element specifying the vector of allowable values for the corresponding factor (see fat text).
% 'bounds' Lower and upper bounds for each factor, specified % as a 2-by-NFACTORS matrix, where NFACTORS is the % number of factors. Alternatively, this value can % be a cell array containing NFACTORS elements, each % element specifying the vector of allowable values for % the corresponding factor.
When I perform this, the output (X) still contains a value not specified in the bounds cell arrays. Since the settings of my variables are fixed this is a problem.
Does anyone know how to make a D-Optimal augmented design for fixed set of variable settings.
Thanks in advance, greetings,
Jelle

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by