You can read more about this on Medium.
This directory contains a very rudimentary implementation of differentiation of noisy signals with total variation regularization.
It is not suitable for large problems. See alternative method in paper in literature folder.
diff_tvr.pycontains the differentiation class.example_abs.pycontains an example for differentiation a noisy absolute value.

