Skip to content

Commit

Permalink
add clarification to TH1::Chi2Test documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
skkwan authored and vepadulano committed Feb 13, 2024
1 parent e84d14d commit e9db0c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hist/hist/src/TH1.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1709,8 +1709,9 @@ int TH1::CheckConsistency(const TH1* h1, const TH1* h2)
}

////////////////////////////////////////////////////////////////////////////////
/// \f$ \chi^{2} \f$ test for comparing weighted and unweighted histograms
/// \f$ \chi^{2} \f$ test for comparing weighted and unweighted histograms.
///
/// Compares the histograms' adjusted (normalized) residuals.
/// Function: Returns p-value. Other return values are specified by the 3rd parameter
///
/// \param[in] h2 the second histogram
Expand Down

0 comments on commit e9db0c1

Please sign in to comment.