Home
last modified time | relevance | path

Searched refs:olsband (Results 1 – 1 of 1) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.c6829 double alpha, cval, tcrit, olsband; in plot_tau_sequence() local
6858 olsband = tcrit * pmod->sderr[k]; in plot_tau_sequence()
6872 ymin[0] = min(blo, pmod->coeff[k] - olsband); in plot_tau_sequence()
6873 ymax[0] = max(bhi, pmod->coeff[k] + olsband); in plot_tau_sequence()
6885 ymin[1] = min(blo, pmod->coeff[k] - olsband); in plot_tau_sequence()
6886 ymax[1] = max(bhi, pmod->coeff[k] + olsband); in plot_tau_sequence()
6926 fprintf(fp, "%g notitle w l dt 2, \\\n", pmod->coeff[k] + olsband); in plot_tau_sequence()
6927 fprintf(fp, "%g notitle w l dt 2\n", pmod->coeff[k] - olsband); in plot_tau_sequence()