Module function that returns the statistical significance computed with the F test
Double_Type get_ftest(Integer_Type, Double_Type, Integer_Type,
Double_Type)
Error Return Value: NULL
Arguments:
(1) number of degrees of freedom d_1
(2) observed statistic value chi_1^2
(3) number of degrees of freedom d_2
(4) observed statistic value chi_2^2
This function returns the tail integral of the
F distribution, alpha_F.
See the related Sherpa command
FTEST
for more information.
- chandra
-
guide
- sherpa
-
get_analysis,
get_arf_axes,
get_axes,
get_coord,
get_data,
get_energy_axes,
get_errors,
get_filter,
get_filter_expr,
get_fit,
get_fluxed_spectrum,
get_metadata,
get_photon_axes,
get_photon_energy_axes,
get_photon_wave_axes,
get_qvalue,
get_raw_axes,
get_record,
get_source,
get_statistic,
get_stats,
get_syserrors,
get_wave_axes,
get_weights,
record,
save,
write
|