BLKSerene/Wordless

View on GitHub
wordless/wl_measures/wl_measures_statistical_significance.py

Summary

Maintainability
B
4 hrs
Test Coverage

Function yatess_correction has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

def yatess_correction(o11s, o12s, o21s, o22s, e11s, e12s, e21s, e22s):
Severity: Major
Found in wordless/wl_measures/wl_measures_statistical_significance.py - About 1 hr to fix

    Function z_score_berry_rogghe has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def z_score_berry_rogghe(main, o11s, o12s, o21s, o22s, span):
    Severity: Minor
    Found in wordless/wl_measures/wl_measures_statistical_significance.py - About 45 mins to fix

      Function log_likelihood_ratio_test has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def log_likelihood_ratio_test(main, o11s, o12s, o21s, o22s):
      Severity: Minor
      Found in wordless/wl_measures/wl_measures_statistical_significance.py - About 35 mins to fix

        Function z_score has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        def z_score(main, o11s, o12s, o21s, o22s):
        Severity: Minor
        Found in wordless/wl_measures/wl_measures_statistical_significance.py - About 35 mins to fix

          Function fishers_exact_test has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

          def fishers_exact_test(main, o11s, o12s, o21s, o22s):
          Severity: Minor
          Found in wordless/wl_measures/wl_measures_statistical_significance.py - About 35 mins to fix

            Function students_t_test_1_sample has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

            def students_t_test_1_sample(main, o11s, o12s, o21s, o22s):
            Severity: Minor
            Found in wordless/wl_measures/wl_measures_statistical_significance.py - About 35 mins to fix

              Function pearsons_chi_squared_test has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

              def pearsons_chi_squared_test(main, o11s, o12s, o21s, o22s):
              Severity: Minor
              Found in wordless/wl_measures/wl_measures_statistical_significance.py - About 35 mins to fix

                There are no issues that match your filters.

                Category
                Status