voiage.cli.calculate_estimation_variance
calculate_estimation_variance
Section titled “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')) -> NoneCalculate experimental scalar EVPPI_var or EVSI_var.
Parameters:
specification_filePath(default:typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Versioned estimation-variance specification JSON'))data_filePath(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_filePath | None(default:typer.Option(None, '--output', '-o', help='File to save the versioned result and reporting payload'))
Returns: None