Logarithmic Regression
# logarithmicFacts function
packages/forge/src/regression/logarithmic.ts:59logarithmicFacts(options: LogarithmicFactOptions, statsResult: RegressionResult): FactResultGenerates facts from a logarithmic regression result.
Emits
trend.logarithmic, effect.diminishing where the curve rises,
fit.quality, fit.error, and a small-sample caveat.Parameters
| Name | Type | Description |
|---|---|---|
| options | CommonFactOptions | — |
| statsResult | RegressionResult | — |
Returns
FactResult