Uses of Class
vec_math.AbstractAnalyser

Packages that use AbstractAnalyser
vec_math   
 

Uses of AbstractAnalyser in vec_math
 

Subclasses of AbstractAnalyser in vec_math
 class CleanFourier
          A java implementation of the clean algorithm described by Roberts et al.
 class Fourier
          A suit of methods valuable in periodogram application.
 class LeastFourier
          This analyser recursively fits fourier series like
 class LombPeriodogram
          Does the calculation of a lomb periodogram using the description in Num.
 class MinimumStringLength
          Does the calculation of a period using string length minimization according to Dworetsky, MNRAS 203, 917.
 class MultipleFrequencyFit
          This analyser recursively fits fourier series like
 class PhaseDispersionMinimization
          Does the calculation of a period using phase dispersion minimization according to Stellignwerf, ApJ 224, 953 (1978).
 class StatisticAnalyser
          Acts on data at a given index.