SEC.Models.EdmEstimator

SEC.Models.EdmEstimator#

SEC.Models.EdmEstimator.py

estimate_edm_init_params(decomposition, **kwargs)#

Estimate column parameters from the initial curve and component curves.

N, T, N0, t0, poresize

Parameters:
  • decomposition (Decomposition) – The decomposition containing the initial curve and component curves.

  • kwargs (dict) –

    Additional parameters for the estimation process.

    Automatic bounds derivation (new in v0.8.x): If a_bounds, b_bounds, or cinj_min are not explicitly provided in kwargs, they are automatically derived from the EGH decomposition parameters via suggest_cedm_bounds_from_egh().

    To disable auto-bounds and use unconstrained optimization, pass auto_bounds=False.

Returns:

(N, T, N0, t0, poresize) – Estimated parameters for the EDM column.

Return type:

tuple