필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Specify fixed variable variations for an augmented d-optimal design

조회 수: 1 (최근 30일)
Jelle Reichert
Jelle Reichert 2012년 5월 29일
마감: MATLAB Answer Bot 2021년 8월 20일
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

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by