Class NormalMixtureDistribution.Lambda

    • Field Detail

      • mu

        public final double mu
        the mean
      • sigma

        public final double sigma
        the standard deviation
    • Constructor Detail

      • Lambda

        public Lambda​(double mu,
                      double sigma)
        Construct a Normal distribution.
        Parameters:
        mu - the mean
        sigma - the standard deviation