Enums
CovarianceMethod(value)
CovarianceMethod
ObjectiveType(value)
ObjectiveType
Classes
Estimator(experiment_list[, obj_function, ...])
Estimator
Parameter estimation class
Functions
SSE(model)
SSE
Returns an expression that is used to compute the sum of squared errors ('SSE') objective, assuming Gaussian i.i.d.
SSE_weighted(model)
SSE_weighted
Returns an expression that is used to compute the 'SSE_weighted' objective, assuming Gaussian i.i.d.
compute_covariance_matrix(experiment_list, ...)
compute_covariance_matrix
Computes the covariance matrix of the estimated parameters using 'finite_difference' or 'automatic_differentiation_kaug' methods
ef_nonants(ef)
ef_nonants
group_data(data, groupby_column_name[, use_mean])
group_data
DEPRECATED.