Package-level declarations
Types
Link copied to clipboard
class DistributionModelingSession(catalog: FittingCatalog = FittingCatalog, importer: DatasetImporter = DatasetImporter.default, scope: CoroutineScope? = null) : AutoCloseable
UX-agnostic facade for distribution-fitting work, parallel to ksl.app.KSLAppSession. UI code (Swing, CLI, REST host, MCP server) holds one session for the application lifetime, submits FitSpec instances through submit, observes the returned FitHandle, and calls close during shutdown.