Chi2fit.Times.time_diff

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

time_diff(data, options)

View Source

Specs

time_diff(data :: Enumrable.t(), options :: Keyword.t()) :: Enumerable.t()

Returns a list of time differences (assumes an ordered list as input)

Options

`cutoff` - time differences below the cutoff are changed to the cutoff value (defaults to `0.01`)
`drop?` - whether to drop time differences below the cutoff (defaults to `false`)