-
Notifications
You must be signed in to change notification settings - Fork 0
Example on C Optimal Design
Chi-Kuang Yeh edited this page Oct 2, 2017
·
1 revision
[d ,a, e] = C_opt_mod(101,0,[1 0.1 1 1]',[0;50],@comp_2,[0.3,0.2,0.4,0.5])
[d ,a, e] = C_opt(101,0,[1,0.1,1,0.6,1,2.3,1,5.5]',[0;10],@comp_4,[0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8])
[d ,a, e] = C_opt_mod(101,0,[1 1]',[0;4],@mm,[1/2,1/2])
[d ,a, e] = C_opt_mod(2001,0.95,zeros(3,1),[-1;1],@poly_draft,[1/2,1/4,1/8])
Wiki
D-Optimality
A-Optimality
C-Optimality