voiage.cli.calculate_uncertainty_modelling_value
calculate_uncertainty_modelling_value
Section titled “calculate_uncertainty_modelling_value”calculate_uncertainty_modelling_value([positional or keyword] specification_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to an uncertainty-modelling value v1 JSON specification'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the EVIU/VSS result')) -> NoneEvaluate experimental exact finite EVIU, VSS and EVPI diagnostics.
Parameters:
specification_filePath(default:typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to an uncertainty-modelling value v1 JSON specification'))output_filePath | None(default:typer.Option(None, '--output', '-o', help='File to save the EVIU/VSS result'))
Returns: None