Chi2fit.Statistics.get_cdf
You're seeing just the function
get_cdf
, go back to Chi2fit.Statistics module for more information.
Link to this function
get_cdf(data, binsize \\ {1.0, 0.5}, algorithm \\ :wilson, correction \\ 0)
View SourceSpecs
get_cdf([number()], number() | {number(), number()}, algorithm(), integer()) :: {cdf(), bins :: [float()], numbins :: pos_integer(), sum :: float()}
Calculates the empirical CDF from a sample.
Convenience function that chains make_histogram/2
and empirical_cdf/3
.