Skip to content

voiage.cli.calculate_estimation_variance

calculate_estimation_variance([positional or keyword] specification_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Versioned estimation-variance specification JSON'), [positional or keyword] data_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Runtime sample JSON; EVSI requires posterior_variances with aligned predictive_probabilities'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the versioned result and reporting payload')) -> None

Calculate experimental scalar EVPPI_var or EVSI_var.

Parameters:

  • specification_file Path (default: typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Versioned estimation-variance specification JSON'))
  • data_file Path (default: typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Runtime sample JSON; EVSI requires posterior_variances with aligned predictive_probabilities'))
  • output_file Path | None (default: typer.Option(None, '--output', '-o', help='File to save the versioned result and reporting payload'))

Returns: None