Module Tests.ChiSquared

module ChiSquared: sig .. end
Pearson's chi-squared test.

val goodness_of_fit : float array -> ?expected:float array -> ?df:int -> unit -> Tests.test_result
val independence : float array array -> ?correction:bool -> unit -> Tests.test_result