PO.DCA.PLE.WFit
Description
Weighted fit of Power Law Exponential (PLE) decline to rate-time data and return parameters as a row array [Qi_intercept, Di_intercept, D_inf, n].
Syntax
=PO.DCA.PLE.WFit(times, rates, weights)Parameters
| Parameter | Description |
|---|---|
| times | Time samples (range or array). |
| rates | Observed rates (range or array). |
| weights | Per-sample weights (range or array), same length as inputs. |