メインコンテンツ

OptimalCriteria

Optimal design criteria

Description

OptCrit = OptimalCriteria(DoeObj) returns an array with the values of optimal criteria [V,D,A,G].

OptCrit = OptimalCriteria(DoeObj,Criteria) returns the specified optimal criteria. Criteria must be one of V, D, A, or G.

Input Arguments

collapse all

Instance of mbcdoe.design class, specified as a mbcdoe.design doe design object.

Optimal design criteria, specified as 'V', 'D', 'A', or 'G'.

Output Arguments

collapse all

Optimal criteria, returned as an n-by-1 array containing either V, D, A, or G.

Version History

Introduced in R2008a