Package-level declarations

Types

Link copied to clipboard
sealed class FitEvent

Lifecycle event emitted by a FitHandle during a fitting (or batch) job.

Link copied to clipboard
interface FitHandle

Live reference to a fitting job submitted through a DistributionModelingSession, parallel to ksl.app.session.RunHandle.

Link copied to clipboard
sealed class FitResult

Terminal outcome of a fitting job, returned by FitHandle.result.await() and submitAndAwaitBlocking. Always resolves to exactly one variant; the matching terminal FitEvent is the last event on the handle's flow.

Link copied to clipboard
sealed class FittingError

Structured failure cause carried by a terminal failed FitResult.