AnalysisDocument

@Serializable
data class AnalysisDocument(val analysisName: String, val datasets: List<AnalysisDatasetEntry>)(source)

The persistable, hand-editable form of a distribution-fitting analysis. It is a configuration of references — each dataset is identified by its DataSourceReference (a file/table/generated-RV locator), never by embedded data — so the saved TOML stays small and editable. (Inline-pasted data is spilled to a sidecar file by the front-end before saving, and referenced like any other file.) This mirrors how the Single/Scenario apps persist a RunConfiguration that references a model bundle rather than embedding it.

Constructors

Link copied to clipboard
constructor(analysisName: String, datasets: List<AnalysisDatasetEntry>)

Properties

Link copied to clipboard
Link copied to clipboard