Class GaussianMixtureModelsIncompleteSamples.Background

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean adjust_amp  
      (package private) double amp  
      (package private) double amp_max  
      (package private) double amp_min  
      (package private) double[][] footprint  
    • Constructor Summary

      Constructors 
      Constructor Description
      Background​(double[][] footprint, double amp)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[][] draw​(int size, java.util.Random rng)  
      double p()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • footprint

        double[][] footprint
      • amp

        double amp
      • adjust_amp

        boolean adjust_amp
      • amp_max

        double amp_max
      • amp_min

        double amp_min
    • Constructor Detail

      • Background

        public Background​(double[][] footprint,
                          double amp)
    • Method Detail

      • p

        public double p()
      • draw

        public double[][] draw​(int size,
                               java.util.Random rng)