Skip to content

CausalIQ Analysis CLI

This CLI provides commands for analysing and visualising learned causal graphs, including structural metrics, stability assessment, significance tests, and publication-ready tables and charts.

CLI entry point

cli

Command-line interface for causaliq-analysis.

Functions:

  • cli

    Simple CLI example.

  • main

    Entry point for the CLI.

cli

cli(name: str, greet: str) -> None

Simple CLI example.

NAME is the person to greet

main

main() -> None

Entry point for the CLI.

This is the entry point for the CLI logic.