3.1.4. Difference Function

hysteresis.defaultDataFuncs.defaultCombineDiff(diffs)[source]

This function chooses how to combine the differences between the curves for each cycle. The default function returns the average difference for each cycle for a input list of differences

Parameters:

diffs (array) – The list of net differences for each input sample curve.

Returns:

diffNet – The total difference according too the function.

Return type:

float