Package jslx.statistics
Class SNDiagnosticExperiment.FactorInputData
- java.lang.Object
-
- jslx.statistics.SNDiagnosticExperiment.FactorInputData
-
- Enclosing class:
- SNDiagnosticExperiment
public static class SNDiagnosticExperiment.FactorInputData extends java.lang.ObjectA Factor Input Data class to hold the data needed by the SNDiagnosticExperiment
-
-
Constructor Summary
Constructors Constructor Description FactorInputData(java.lang.String name, int numSamples, SampleIfc sampler, double secondCentralMoment, double thirdCentralMoment, double fourthCentralMoment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetFourthCentralMoment()java.lang.StringgetName()intgetNumSamples()SampleIfcgetSampler()doublegetSecondCentralMoment()doublegetThirdCentralMoment()java.lang.StringtoString()
-
-
-
Constructor Detail
-
FactorInputData
public FactorInputData(java.lang.String name, int numSamples, SampleIfc sampler, double secondCentralMoment, double thirdCentralMoment, double fourthCentralMoment)
-
-
Method Detail
-
getName
public final java.lang.String getName()
-
getNumSamples
public final int getNumSamples()
-
getSampler
public final SampleIfc getSampler()
-
getSecondCentralMoment
public final double getSecondCentralMoment()
-
getThirdCentralMoment
public final double getThirdCentralMoment()
-
getFourthCentralMoment
public final double getFourthCentralMoment()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-