Class 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 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 class java.lang.Object