GitXplorerGitXplorer
M

basic_methods

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
eaa6b09b396a926bd02e2f6ea75a16b0a29c1704

Created using Colaboratory

MMariusGuerard committed a year ago
Unverified
404db332af1416af71ad21fbcc99f2875d7d596e

Minor modif CI evaluation

MMariusGuerard committed 5 years ago
Unverified
ddf5c878e56fa435791ba6e08759eec9fa347d11

Added Evaluation of CI for model accuracy notebook

MMariusGuerard committed 5 years ago
Unverified
879900c9976aaf1d76322545db2e443e716068f7

Add in README.md

MMariusGuerard committed 5 years ago
Unverified
91d1cf7c10d332cac376292d0ed678cf233ebd15

Added Readme.md + few fix in signal smoothing

MMariusGuerard committed 5 years ago
Unverified
c676451e049e387e17df125ebf40f37ea090e7d3

Added compressing_time_serie_model notebook

MMariusGuerard committed 5 years ago

README

The README file for this repository.

Basic Signal Processing Methods

These notebooks are gathering few technics for processing time-serie like signals.

  • signal_simulation.ipynb is describing the different components that we add to create our simulated signal (trend, seasonality, change point, noise, ...).

  • helper_signal.py implements the notebook just described in a function that can be used in other notebook (as signal_smoothing.ipynb).

  • signal_smoothing.ipynb is presenting different methods to denoise a signal.

  • testing_normality.ipynb is presenting different methods and statistical tests to assess if a sample is drawn from a unimodal, normal distribution.

  • compressing_time_serie_model.ipynb is giving an exemple of frequential decoding of a time serie. From one time serie, we retrieve different features encoded at different frequencies.