Variable: validateEventSequenceQuantification
constvalidateEventSequenceQuantification:object
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/event-sequence-quantification/event-sequence-quantification.ts:82
Runtime validation functions for EventSequenceQuantification
Type Declaration
validateConvergence()
validateConvergence: (
analysis) =>string[]
Validates the convergence of the truncation analysis
Parameters
analysis
The EventSequenceQuantification to validate
Returns
string[]
Array of validation error messages
validateDependencyTreatment()
validateDependencyTreatment: (
analysis) =>string[]
Validates the treatment of dependencies in the analysis
Parameters
analysis
The EventSequenceQuantification to validate
Returns
string[]
Array of validation error messages
validateDocumentation()
validateDocumentation: (
analysis) =>string[]
Validates the documentation completeness
Parameters
analysis
The EventSequenceQuantification to validate
Returns
string[]
Array of validation error messages
validateFamilyConsistency()
validateFamilyConsistency: (
analysis) =>string[]
Validates the consistency between event sequence families and their member sequences
Parameters
analysis
The EventSequenceQuantification to validate
Returns
string[]
Array of validation error messages
validateUncertaintyAnalysis()
validateUncertaintyAnalysis: (
analysis) =>string[]
Validates the uncertainty analysis
Parameters
analysis
The EventSequenceQuantification to validate
Returns
string[]
Array of validation error messages
