Chi2fit.Statistics.binerror
You're seeing just the function
binerror
, go back to Chi2fit.Statistics module for more information.
Specs
binerror( data :: [number()], noise_fun :: (Enumerable.t() -> Enumerable.t()), options :: Keyword.t() ) :: [{bin :: number(), avg :: number(), error :: number()}]
Calculates the systematic errors for bins due to uncertainty in assigning data to bins.
Options
`bin` - the size of bins to use (defaults to 1)
`iterations` - the number of iterations to use to estimate the error due to noise (defatuls to 100)