STIRA  0.1
Public Member Functions | Static Public Member Functions | List of all members
stira::wavelet::NoiseEstimator Class Reference

A class to estimate sigma for white noise with the Mean Absolute Deviation method of Donoho References: - "Ideal spatial adaptation by wavelet shrinkage", D. Donoho and I. Johnstone, Biometrika, 1994, vol. 81, pp. 425–455 (relevant section is on 17th page of the paper, just above section 4.3) More...

#include <NoiseEstimator.h>

Public Member Functions

 NoiseEstimator ()
 Constructor.
 
 ~NoiseEstimator ()
 Destructor.
 

Static Public Member Functions

static double Run (ArrayGrid< double > *pGrid)
 gets the sigma of the noise for the given grid More...
 

Detailed Description

A class to estimate sigma for white noise with the Mean Absolute Deviation method of Donoho References: - "Ideal spatial adaptation by wavelet shrinkage", D. Donoho and I. Johnstone, Biometrika, 1994, vol. 81, pp. 425–455 (relevant section is on 17th page of the paper, just above section 4.3)

Member Function Documentation

double stira::wavelet::NoiseEstimator::Run ( ArrayGrid< double > *  pGrid)
static

The documentation for this class was generated from the following files: