[][src]Function changepoint::utils::max_error

pub fn max_error<T>(predicted: &[T], expected: &[T]) -> T where
    T: PartialOrd + Sub<Output = T> + Clone

The max-norm or max-error between two sequences.