X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=reports%2Freport.gj;h=da1ce3ee5014558feaee67210d63adead1709659;hb=ed5977b22fb345f6586364c4e0ee841a4a600aaf;hp=7577c20e2c1a171d76ea0921e77531283592eed2;hpb=a3f39d31dbaa47577cd9873e9e0e09d02ac2533b;p=talweg.git diff --git a/reports/report.gj b/reports/report.gj index 7577c20..da1ce3e 100644 --- a/reports/report.gj +++ b/reports/report.gj @@ -1,8 +1,7 @@ -----

Introduction

-J'ai fait quelques essais dans deux configurations pour la méthode "Neighbors" -(la seule dont on a parlé, incorporant désormais la "variante Bruno/Michel"). +J'ai fait quelques essais pour la méthode "Neighbors", qui incorpore désormais la "variante Bruno/Michel". * avec simtype="mix" et raccordement "Neighbors" (p1) dans le cas "non local", i.e. on va chercher des voisins n'importe où du moment qu'ils correspondent au premier élément d'un @@ -64,8 +63,8 @@ plotError(list(e1, e5, e4, e2, e3), cols=c(1,2,colors()[258],4,6)) # noir: Neighbors non-local (p1), bleu: Neighbors local endo (p2), mauve: Neighbors local none (p3), # vert: moyenne (p4), rouge: persistence (p5) -i_np = which.min(e_n$abs$indices) -i_p = which.max(e_n$abs$indices) +i_np = which.min(e1$abs$indices) +i_p = which.max(e1$abs$indices) -----r options(repr.plot.width=9, repr.plot.height=4) par(mfrow=c(1,2))