Class LogNormalMixtureDistribution

    • Constructor Detail

      • LogNormalMixtureDistribution

        public LogNormalMixtureDistribution​(LogNormalMixtureDistribution.Lambda[] lambda,
                                            boolean isMuEstimated,
                                            boolean isSigmaEstimated)
        Constructs a log-normal distribution for each state in the HMM model.
        Parameters:
        lambda - the distribution parameters
        isMuEstimated - indicate whether parameter mu is to be estimated
        isSigmaEstimated - indicate whether parameter sigma is to be estimated
      • LogNormalMixtureDistribution

        public LogNormalMixtureDistribution​(LogNormalMixtureDistribution.Lambda[] lambda)
        Constructs a log-normal distribution for each state in the HMM model.
        Parameters:
        lambda - the distribution parameters