PO.DCA.LGM.WFit Function
Description:
Weighted fit of Logistic Growth Model (LGM) to rate-time data and return parameters as a row array [K, a, n].
Excel Function Syntax:
=PO.DCA.LGM.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. |