Package jslx.statistics
Class SNDiagnosticExperiment.FactorInputData
- java.lang.Object
-
- jslx.statistics.SNDiagnosticExperiment.FactorInputData
-
- Enclosing class:
- SNDiagnosticExperiment
public static class SNDiagnosticExperiment.FactorInputData extends java.lang.Object
A 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 double
getFourthCentralMoment()
java.lang.String
getName()
int
getNumSamples()
SampleIfc
getSampler()
double
getSecondCentralMoment()
double
getThirdCentralMoment()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-