Documentation

Exponential

@statili/forge ·v0.0.2-beta.0 ·2 exports

signature
exponentialFacts(options: ExponentialFactOptions, statsResult: RegressionResult): FactResult
Generates facts from an exponential regression result.
Emits trend.exponential — with the per-step multiplier and the doubling time or half-life — plus fit.quality, fit.error, and a small-sample caveat.

Parameters

NameTypeDescription
options CommonFactOptions
statsResult RegressionResult

Returns

FactResult
signature
type ExponentialFactOptions = LogarithmicFactOptions;
Options are the shared set — exponential adds no thresholds of its own.