19261927192819291930193119321933193419351936
} DblParamSet best = Simplex.getBestEstimate(); return(best.Dblget("pH")); } public DblMatrix initpH(DblMatrix iv) { DblParamSet Param = new DblParamSet();
19601961196219631964196519661967196819691970
{ throw new RuntimeException("Failed minimization in initpH",err); } DblParamSet best = Simplex.getBestEstimate(); return(best.Dblget("pH")); } public DblMatrix initpH(DblMatrix iv,DblMatrix lr,DblMatrix up) { DblParamSet Param = new DblParamSet();
19951996199719981999200020012002200320042005
throw new RuntimeException("Failed minimization in initpH",err); } DblParamSet best = Simplex.getBestEstimate(); return(best.Dblget("pH")); } public void show(String label) { //Set keys = this.concentrationMap.keySet();
407408409410411412413414415416417
{ f = new DblMatrix(0.0); } else { f = best.Dblget(new String("Factor"+j)); } factors.add(DblMatrix.pow(10,f).getDoubleAt(0)); } }