Documentation of 'jhpro.tseries.GaussianFilter' Java class
GaussianFilter
jhpro.tseries

Class GaussianFilter



  • public class GaussianFilter
    extends java.lang.Object
    Gaussian filter for time series analysis.
    • Constructor Summary

      Constructors 
      Constructor and Description
      GaussianFilter(double[] inSpectrum, double width)
      Initialialize the fitter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double[] getFilteredSpectrum()
      Get filtered result.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GaussianFilter

        public GaussianFilter(double[] inSpectrum,
                              double width)
        Initialialize the fitter
        Parameters:
        inSpectrum - input spectrum.
        width - width
    • Method Detail

      • getFilteredSpectrum

        public double[] getFilteredSpectrum()
        Get filtered result.
        Returns:

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.