X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=README.md;fp=README.md;h=52f40c400ad2c02336eb788bac77f1e55d16c4bb;hp=7847664b07f87f3c1e665d61d63da822106625e8;hb=81cb8b9e38ae82f2c108f11df56d53c9e29366ed;hpb=a3344f7591f6f4b3d337a69e4a568e9b16e33415 diff --git a/README.md b/README.md index 7847664..52f40c4 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,16 @@ Joint work with [Jean-Michel Poggi](http://www.math.u-psud.fr/~poggi/) and [Brun --- -TODO: ... +Forecast a curve sampled within the day (seconds, minutes, hours...), +using past measured curves + past exogenous informations, which could be some aggregated +measure on the past curves, the weather... Main starting point: computeForecast(). ---- +NOTE: algorithms are not specific to PM10 and could be applied to anything else (in similar contexts). +However, seasons are hard-coded to follow pollution events. +You may want to change them in pkg/R/utils.R, function .isSameSeason() + +NOTE 2: the package works for only one series (one station). Further extensions might consider the multi-series case. -TODO: ... +--- -The final report can be found at [this location](http://www.airnormand.fr/Publications/Publications-telechargeables/Rapports-d-etudes) +The final report may be found at [this location](http://www.airnormand.fr/Publications/Publications-telechargeables/Rapports-d-etudes)