SEC.Models.SdmEstimator#
SEC.Models.SdmEstimator.py
- estimate_sdm_column_params(decomposition, **kwargs)#
Estimate column parameters from the initial curve and component curves.
N, T, me, mp, N0, t0, poresize
- Parameters:
decomposition (Decomposition) – The decomposition containing the initial curve and component curves.
kwargs (dict) – Additional parameters for the estimation process.
- Returns:
(N, T, me, mp, N0, t0, poresize) – Estimated parameters for the SDM column.
- Return type:
tuple