Fixed error in chi2 compare matrices docstring

pull/68/head
Meliurwen 2 years ago
parent 3522e1b6f6
commit 832922922a
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 4
      reCTBN/src/structure_learning/hypothesis_test.rs

@ -55,8 +55,8 @@ impl ChiSquare {
///
/// # Returns
///
/// * `true` - when the matrices `M1` and `M2` are very similar, then **dependendent**.
/// * `false` - when the matrices `M1` and `M2` are too different, then **independent**.
/// * `true` - when the matrices `M1` and `M2` are very similar, then **independendent**.
/// * `false` - when the matrices `M1` and `M2` are too different, then **dependent**.
pub fn compare_matrices(
&self,

Loading…
Cancel
Save