Skip to content

D Optimal Design

Chi-Kuang Yeh edited this page Sep 29, 2017 · 3 revisions

Basic Idea

  • Minimize the -log_det(I) where I is the information matrix

To run the program

[del , ANS, error] = D_opt_mod(N,t,theta,range,fun) 

Description

Outputs

  • del ~ fitness value

  • ANS ~ resulted supporting points and its weights

  • error ~ maximum measurement error

Parameters

  • N ~ number of design points

  • t ~ level of skewness

  • theta ~ parameter values

  • range ~ design space

  • fun ~ function that calculates partial derivatives of the selected model

Wiki

D-Optimality

A-Optimality

C-Optimality

Clone this wiki locally