|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.seas.iis.util.dsp.Interpolators
public class Interpolators
Constructor Summary | |
---|---|
Interpolators()
|
Method Summary | |
---|---|
static double[] |
gaussianSmoothing(double[] data,
double stdev)
|
static double |
getNormalCoefficient(double mean,
double value,
double stdev)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Interpolators()
Method Detail |
---|
public static double getNormalCoefficient(double mean, double value, double stdev)
public static double[] gaussianSmoothing(double[] data, double stdev)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |