flanagan.analysis
Class Smooth
- java.lang.Object
-
- flanagan.analysis.CurveSmooth
-
- flanagan.analysis.Smooth
-
public class Smooth extends CurveSmooth
-
-
Constructor Summary
Constructors Constructor and Description Smooth(ArrayMaths y)Smooth(ArrayMaths x, ArrayMaths y)Smooth(java.math.BigDecimal[] y)Smooth(java.math.BigDecimal[] x, java.math.BigDecimal[] y)Smooth(java.math.BigInteger[] y)Smooth(java.math.BigInteger[] x, java.math.BigInteger[] y)Smooth(double[] y)Smooth(double[] x, double[] y)Smooth(float[] y)Smooth(float[] x, float[] y)Smooth(int[] y)Smooth(int[] x, int[] y)Smooth(long[] y)Smooth(long[] x, long[] y)
-
Method Summary
-
Methods inherited from class flanagan.analysis.CurveSmooth
extentMovingAverage, extentSavitzkyGolay, extremaReductionMovingAverage, extremaReductionSavitzkyGolay, getMaximaMovingAverage, getMaximaMovingAverageAsBigDecimal, getMaximaSavitzkyGolay, getMaximaUnsmoothed, getMaximaUnsmoothedAsBigDecimal, getMinimaMovingAverage, getMinimaMovingAverageAsBigDecimal, getMinimaSavitzkyGolay, getMinimaUnsmoothed, getMinimaUnsmoothedAsBigDecimal, getMovingAverageValues, getMovingAverageValuesAsBigDecimal, getNumberOfExtremaMovingAverage, getNumberOfExtremaSavitzkyGolay, getNumberOfExtremaUnsmoothed, getNumberOfMaximaMovingAverage, getNumberOfMaximaSavitzkyGolay, getNumberOfMaximaUnsmoothed, getNumberOfMinimaMovingAverage, getNumberOfMinimaSavitzkyGolay, getNumberOfMinimaUnsmoothed, getSavitzkyGolayDerivatives, getSavitzkyGolayDerivatives, getSavitzkyGolayFirstDerivatives, getSavitzkyGolayNthDerivatives, getSavitzkyGolayNthDerivatives, getSavitzkyGolaySecondDerivatives, getSavitzkyGolaySmoothedFirstDerivValues, getSavitzkyGolaySmoothedNthDerivValues, getSavitzkyGolaySmoothedNthDerivValues, getSavitzkyGolaySmoothedSecondDerivValues, getSavitzkyGolaySmoothedValues, getSGcoefficients, getSGcoefficientsUsed, getSGpolyDegree, getSmoothedValues, interpolateMovingAverage, interpolateSavitzkyGolay, movingAverage, movingAverageAsBigDecimal, movingAverageAsBigDecimalPlot, movingAveragePlot, savitzkyGolay, savitzkyGolay, savitzkyGolayFilter, savitzkyGolayFilter, savitzkyGolayFilter, savitzkyGolayPlot, savitzkyGolayPlot, savitzkyGolayPlusFirstDeriv, savitzkyGolayPlusFirstDerivPlot, savitzkyGolayPlusSecondDeriv, savitzkyGolayPlusSecondDerivPlot, setSGpolyDegree
-
-
-
-
Constructor Detail
-
Smooth
public Smooth(double[] x, double[] y)
-
Smooth
public Smooth(double[] y)
-
Smooth
public Smooth(float[] x, float[] y)
-
Smooth
public Smooth(float[] y)
-
Smooth
public Smooth(long[] x, long[] y)
-
Smooth
public Smooth(long[] y)
-
Smooth
public Smooth(int[] x, int[] y)
-
Smooth
public Smooth(int[] y)
-
Smooth
public Smooth(java.math.BigDecimal[] x, java.math.BigDecimal[] y)
-
Smooth
public Smooth(java.math.BigDecimal[] y)
-
Smooth
public Smooth(java.math.BigInteger[] x, java.math.BigInteger[] y)
-
Smooth
public Smooth(java.math.BigInteger[] y)
-
Smooth
public Smooth(ArrayMaths x, ArrayMaths y)
-
Smooth
public Smooth(ArrayMaths y)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG