Package com.nr.ci

Examples of com.nr.ci.Gaumixmod.estep()


    }

    Gaumixmod gmix = new Gaumixmod(x,guess);

    for (i=0;i<100;i++) {
      flag=gmix.estep();
      if (flag < 1.e-6) break;
      gmix.mstep();
    }

    // check for convergence
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.