parmest

Enums

CovarianceMethod(value)

ObjectiveType(value)

Classes

Estimator(experiment_list[, obj_function, ...])

Parameter estimation class

Functions

SSE(model)

Returns an expression that is used to compute the sum of squared errors ('SSE') objective, assuming Gaussian i.i.d.

SSE_weighted(model)

Returns an expression that is used to compute the 'SSE_weighted' objective, assuming Gaussian i.i.d.

compute_covariance_matrix(experiment_list, ...)

Computes the covariance matrix of the estimated parameters using 'finite_difference' or 'automatic_differentiation_kaug' methods

ef_nonants(ef)

group_data(data, groupby_column_name[, use_mean])

DEPRECATED.