diff --git a/README.md b/README.md index 2001807..329306c 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# timeseries_imputation_with_julia \ No newline at end of file +# Timeseries Imputation in Julia + +This is a demo of how to use different timeseries imputation techniques to fill in missing values. + + + +## Methods + +1. mean fill +2. random fill +3. linear interpolation +4. rolling mean fill (Moving Average)