Interface: RankedInstrument
@kortexya/reasoninglayer / Forecast / RankedInstrument
Interface: RankedInstrument
Defined in: src/types/forecast.ts:177
One ranked instrument in a cross-section forecast.
Remarks
rank is 1-based (1 = strongest). interval is present only when the domain
has calibrated conformal intervals and the request did not disable them.
Example
console.log(`#${instrument.rank} ${instrument.id} — score ${instrument.score}`);Properties
id
id:
string
Defined in: src/types/forecast.ts:179
Instrument identifier.
interval?
optionalinterval:PredictionInterval
Defined in: src/types/forecast.ts:188
Conformal forward-return interval, when calibrated intervals attach.
rank
rank:
number
Defined in: src/types/forecast.ts:185
1-based rank (1 = strongest).
score
score:
number
Defined in: src/types/forecast.ts:182
Predicted score (higher = stronger).