Criticality Plot
Usage
plot_estimated_dose_curve_mx(
name,
est_doses,
fit_coeffs,
fit_var_cov_mat,
curve_type,
protracted_g_value = 1,
conf_int_curve = 0.95,
place
)
Arguments
- name
the dose to plot.
- est_doses
List of dose estimations results.
- fit_coeffs
Fitting coefficients matrix.
- fit_var_cov_mat
Fitting variance-covariance matrix.
- curve_type
gamma or neutron.
- protracted_g_value
Protracted \(G(x)\) value.
- conf_int_curve
Confidence interval of the curve.
- place
UI, report or save. Where the plot will be displayed.