Skip to content

A Fixed-point algorithm for Robust Null Distribution Estimation

License

Notifications You must be signed in to change notification settings

raphbacher/fronde-matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fronde-matlab

A Fixed-point algorithm for Robust Null Distribution Estimation

Ref: Celine Meillier et al, GRETSI 2017 https://hal.archives-ouvertes.fr/hal-01563994

This simple and fast method allows to estimate in a robust way the median and the standard deviation under the null hypothesis of data samples that can be contaminated by a source signal. It is a σ-clipping algorithm based on a fixed-point approach.

To install simply download the fronde.m and add it in matlab path.

To get robust variance and mean estimators of null distribution of data sample L

load('L.mat’)
[medclip,stdclip] = fronde(L, 20, 0.9 ,true);

About

A Fixed-point algorithm for Robust Null Distribution Estimation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages