evaluate

Module containing all the evaluation functions, specific to the CODEX algorithm

Functions

estimation_variance(Y, params)

Computes the variances of the parameter estimations.

estimation_variance_matrix(Y, params)

Computes the parameter estimation covariance matrix.

evaluate_metrics(Y, params, metrics)

Evaluate the design on a set of metrics.

fraction_of_design_space(Y, params[, N])

Computes the fraction of the design space.

plot_estimation_variance_matrix(Y, params[, ...])

Plots the parameter estimation covariance matrix.

plot_fraction_of_design_space(Y, params[, N])

Plots the fraction of the design space.