MICS

class mics.MICS(composition=None, tol=1e-12)[source]

Machinery for mixture-model analysis using the MICS method.

Parameters:
  • composition (list(Number), optional, default = None) – A predefined composition for the mixture. If this is None, then the prior probability of each state will be considered as proportional to the effective size of the corresponding sample.
  • tol (real, optional, default = 1e-12) – A tolerance for determining convergence of the self-consistent solution of the MICS equations.