fisherExact

Convenience function. Converts a dynamic array to a static one, then calls the overload.

  1. TestRes fisherExact(const T[2][2] contingencyTable, Alt alt = Alt.twoSided)
  2. TestRes fisherExact(const T[][] contingencyTable, Alt alt = Alt.twoSided)
    fisherExact
    (
    T
    )
    if (
    isIntegral!(T)
    )

Meta