PO.Stats.LogSSE Function
Description:
Computes the sum of squared errors (SSE) in log-space between observed and predicted rate sequences. Small positive epsilon added before taking logs to avoid log(0).
Excel Function Syntax:
=PO.Stats.LogSSE(observed, predicted)
Parameters:
| Parameter | Description |
|---|---|
| observed | Observed rates (range or array). |
| predicted | Predicted rates (range or array). |