Uses of Class
jline.lang.processes.GMM
Packages that use GMM
Package
Description
This package contains processes and statistical distributions used to specify arrival rates, service rates, and item popularities
Fundamental data structures and utilities
-
Uses of GMM in jline.lang.processes
Methods in jline.lang.processes that return GMMModifier and TypeMethodDescriptionGMM.autoMerge(int k) Automatically merges components to reduce the GMM to k components.Creates a new GMM by convolving this GMM with another GMM.static GMMGMM.fromMatrix(Matrix sgmm) Creates a GMM from a simplified matrix representation.GMM.merge(int i, int j) Merges two components into one using moment matching.static GMMCreates a mixture of two GMMs with specified weights.Methods in jline.lang.processes with parameters of type GMM -
Uses of GMM in jline.util
Methods in jline.util with parameters of type GMMModifier and TypeMethodDescriptionstatic doubleCalculates the maximum value with high probability (99.999 percentile).static doubleGMMUtils.gmmMeanMax(GMM gmm, int k) Calculates the mean of the maximum of k independent samples from the GMM.static doubleGMMUtils.gmmMeanMin(GMM gmm, int k) Calculates the mean of the minimum of k independent samples from the GMM.static doubleCalculates the median (50th percentile).static doubleCalculates the minimum value with high probability (0.001 percentile).static doubleGMMUtils.gmmPercentile(GMM gmm, double p) Calculates the specified percentile of the GMM distribution.static doubleCalculates the variance of the maximum of k independent samples from the GMM.static doubleCalculates the variance of the minimum of k independent samples from the GMM.