Skip to content

@kaiord/core


@kaiord/core / AdaptiveTdeeResult

Type Alias: AdaptiveTdeeResult

AdaptiveTdeeResult = object

Defined in: packages/core/src/application/energy/adaptive-tdee.ts:40

Properties

isEstimate

isEstimate: true

Defined in: packages/core/src/application/energy/adaptive-tdee.ts:44

Always true: the value is inferred from observed history, not modeled.


maintenanceKcal

maintenanceKcal: number

Defined in: packages/core/src/application/energy/adaptive-tdee.ts:42

Back-calculated maintenance energy (kcal/day). Always an estimate.


sufficientData

sufficientData: boolean

Defined in: packages/core/src/application/energy/adaptive-tdee.ts:46

True once daysWithData >= MIN_ADAPTIVE_DAYS and the window is valid.