Function Reference
The classes of the Optimal Experimental Design Toolbox are listed here.
Contents
Solver
- solver - allows to calculate and optimize the quality of measurements of an experiment and allows to calculate a parameter estimation resulting from accomplished measurements.
- solver_options - represents the options for a solver object.
- solver_edo_options - represents the options for the solver of the experimental design optimization problem.
- solver_po_options - represents the options for the solver of the parameter optimization problem.
Criteria
- criterion - represents an interface for a quality criterion.
- criterion_A - is the quality criterion that uses the average variance as the quality.
Models
- model - represents an interface for a model.
- model_explicit - implements the model interface and provides the function value and the first and second derivatives with respect to the parameters of an explicitly given model function.
- model_ivp - implements the model interface and provides the solution of an initial value problem and its first and second derivatives with respect to the parameters.
- model_fd - implements the model interface and provides the first and second derivatives with respect to the parameters by finite differences approximations.
Utilities
- util - represents an utility class with static auxiliary methods for the toolbox.
Application examples
- model_C2 - models the concentration C of the suspended sediment above the marsh surface with two parameters.
- model_C3 - models the concentration C of the suspended sediment above the marsh surface with three parameters.
- model_util - represents an utility class with static auxiliary methods for working with model classes.