module ChiSquared:sig..end
The probability distribution of sum of squares of df independent
standard normal distributions.
type t = {
|
chisq_df : |
include Distributions.ContinuousDistribution
include Distributions.Features.S
val create : df:int -> tval mme : float array -> t