Missing data#

Sometimes data contains invalid or missing values. Before doing any kind of processing, the invalid points in the functions should be replaced with valid values. This module deals with that kind of procedure.

skfda.preprocessing.missing.MissingValuesInterpolation()

Class to interpolate missing values.