456457458459460461462463464465466
.put(LocaleProps .get("MODEL_INFO_R_TITLE"), toRString()); } catch (ConvergenceException e) { throw new AlgorithmError(e .getLocalizedMessage()); } } }
645646647648649650651652653654655
dres[n] = result.ddr; dtest[n] = result.ddp; // System.out.println(String.format("After resolve: %1.6f, %1.6f", // dres[n], dtest[n])); } else { throw new AlgorithmError("No resolution result"); } } nfre = freqs.size();
211212213214215216217218219220221
fitOb.setBand(SeriesType.Model); fit.add(fitOb); } if (fit.isEmpty()) { throw new AlgorithmError("No observations in fit list."); } // Note: save residuals (to list) // 40 write(6,*) 'Residuals filename?'
366367368369370371372373374375376
// functionStrMap.put("Function", toString()); functionStrMap.put("Excel", toExcelString()); functionStrMap.put("R", toRString()); } catch (MathException e) { throw new AlgorithmError(e.getLocalizedMessage()); } } @Override public void interrupt() {