Chi2fit.Utilities.display

You're seeing just the function display, go back to Chi2fit.Utilities module for more information.
Link to this function

display(device \\ :stdio, results)

View Source

Specs

display(device :: IO.device(), Chi2fit.Fit.chi2probe() | avgsd()) :: none()

Displays results of the function Chi2fit.Fit.chi2probe/4

Link to this function

display(device \\ :stdio, hdata, model, arg, options)

View Source

Specs

display(
  device :: IO.device(),
  hdata :: Chi2fit.Statistics.ecdf(),
  model :: Chi2fit.Distribution.model(),
  Chi2fit.Fit.chi2fit(),
  options :: Keyword.t()
) :: none()

Displays results of the function Chi2fit.Fit.chi2fit/4