Skip to content

voiage.cli.calculate_deterministic_sensitivity

calculate_deterministic_sensitivity([positional or keyword] specification_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to a deterministic-sensitivity-input-v1 JSON specification'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the deterministic sensitivity result')) -> None

Calculate experimental deterministic one/two-way and scenario analysis.

Parameters:

  • specification_file Path (default: typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to a deterministic-sensitivity-input-v1 JSON specification'))
  • output_file Path | None (default: typer.Option(None, '--output', '-o', help='File to save the deterministic sensitivity result'))

Returns: None