Module: meridian.model.eda.eda_outcome

Meridian EDA Outcome.

Classes

class AnalysisArtifact: Base dataclass for analysis artifacts.

class AnalysisLevel: Enumeration for the level of an analysis.

class CostPerMediaUnitArtifact: Encapsulates artifacts from a Cost per Media Unit analysis.

class EDACheckType: Enumeration for the type of an EDA check.

class EDAFinding: Encapsulates a single, specific finding from an EDA check.

class EDAOutcome: A dataclass for the outcomes of a single EDA check function.

class EDASeverity: Enumeration for the severity of an EDA check's finding.

class KpiInvariabilityArtifact: Encapsulates artifacts from a KPI invariability analysis.

class PairwiseCorrArtifact: Encapsulates artifacts from a single pairwise correlation analysis.

class StandardDeviationArtifact: Encapsulates artifacts from a standard deviation analysis.

class VIFArtifact: Encapsulates artifacts from a single VIF analysis.

ArtifactType Instance of typing.TypeVar