AgeSort asc/desc | Change |
---|---|
Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 Next | |
Jul 20, 2017 | |
3 years 5 months | Documentation fixes |
Commit 1988, by Mathias Bavay | |
3 years 5 months | Documentation improvement: providing reasonnable values for an atmospheric emissivity lapse rate |
Commit 1987, by Mathias Bavay | |
3 years 5 months | Small documentation improvements |
Commit 1986, by Mathias Bavay | |
Jul 19, 2017 | |
3 years 5 months | The NOISE filter has been merged with Add and Mult, respectively. The syntax of these two filters has been changed and it is now mandatory to provide a "type" argument. |
Commit 1985, by Mathias Bavay | |
Jul 18, 2017 | |
3 years 5 months | The getInfo() method was not reporting the information for the multi-trend model... |
Commit 1984, by Mathias Bavay | |
Jul 17, 2017 | |
3 years 5 months | First implementation of the multi-linear fit in InterpolationsAlgorithms. We will see how it performs... (ie it is probably not a good idea to use it yet) |
Commit 1983, by Mathias Bavay | |
3 years 5 months | Making the FitMult class as similar as possible to FitModel |
Commit 1982, by Mathias Bavay | |
3 years 5 months | The new Trend class now has a toString() method |
Commit 1981, by Mathias Bavay | |
3 years 5 months | FitModel::min_nb_pts is not const anymore since this was required for properly handling user-defined lapse rates. There were possibilities of using nodata in the computation of ILWREPS, this is not properly tested for. The documentation has been ex |
Commit 1980, by Mathias Bavay | |
Jul 14, 2017 | |
3 years 6 months | The multiple linear interpolation class has a new structure, more along the lines of the other statistical regression models. A few more checks have been implemented. Tests conducted for precipitation in the Valais are very promising: the R2 jumps fr |
Commit 1979, by Mathias Bavay | |
Jul 12, 2017 | |
3 years 6 months | More documentation, more checks for the multiple linear regression |
Commit 1978, by Mathias Bavay | |
Jul 11, 2017 | |
3 years 6 months | The R2 is now computed in another way, the Beta0 was forgotten and is now computed and more checks are performed on the input data. |
Commit 1977, by Mathias Bavay | |
Jul 10, 2017 | |
3 years 6 months | A new class has been implemented that performs multiple linear regressions. The syntax of getParams() has been changed. |
Commit 1976, by Mathias Bavay | |
Jul 7, 2017 | |
3 years 6 months | Oups, the debug code was still around... |
Commit 1975, by Mathias Bavay | |
3 years 6 months | Better error messages and fixed a possibly uninitialized variable |
Commit 1974, by Mathias Bavay | |
Jul 6, 2017 | |
3 years 6 months | Better support for the grids: fixed units conversions are assumed and the ISWR is reconstructed from dir+diff |
Commit 1973, by Mathias Bavay | |
3 years 6 months | Code cleanup, constifying some variables |
Commit 1972, by Mathias Bavay | |
3 years 6 months | The Oshdio plugin has been cleaned up and can now read gridded data |
Commit 1971, by Mathias Bavay | |
Jul 5, 2017 | |
3 years 6 months | The exception messages should now be much better on Windows |
Commit 1970, by Mathias Bavay | |
3 years 6 months | The SUPPR filter now allows supressing dates within given date ranges, one a per station basis. |
Commit 1969, by Mathias Bavay |