Package com.mockturtlesolutions.snifflib.stats

Examples of com.mockturtlesolutions.snifflib.stats.Min.run()


      DblMatrix[] XData = FUNC.getXdata();
      DblMatrix YData = FUNC.getYdata();

      Min m = new Min(this.outSet);
      m.addResponseVariable("pH");
      m.run();
      DataSet minpH = m.getResult();
      DblMatrix min = new DblMatrix((Double)minpH.getValueAt(0,1));

      Max mx = new Max(this.outSet);
      mx.addResponseVariable("pH");
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.