voiage.cli.calculate_risk_sensitive_voi
calculate_risk_sensitive_voi
Section titled “calculate_risk_sensitive_voi”calculate_risk_sensitive_voi([positional or keyword] specification_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to a risk-sensitive constrained VOI v1 JSON specification'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the risk-sensitive VOI result')) -> NoneEvaluate experimental exact finite risk-sensitive constrained VOI.
Parameters:
specification_filePath(default:typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to a risk-sensitive constrained VOI v1 JSON specification'))output_filePath | None(default:typer.Option(None, '--output', '-o', help='File to save the risk-sensitive VOI result'))
Returns: None