[Distr-commits] r1221 - branches/distr-2.8/pkg/distrMod/inst pkg/distrMod/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jul 26 00:46:45 CEST 2018
Author: ruckdeschel
Date: 2018-07-26 00:46:45 +0200 (Thu, 26 Jul 2018)
New Revision: 1221
Modified:
branches/distr-2.8/pkg/distrMod/inst/NEWS
pkg/distrMod/inst/NEWS
Log:
[distrMod] updated NEWS in trunk and in branch 2.8
Modified: branches/distr-2.8/pkg/distrMod/inst/NEWS
===================================================================
--- branches/distr-2.8/pkg/distrMod/inst/NEWS 2018-07-25 22:45:12 UTC (rev 1220)
+++ branches/distr-2.8/pkg/distrMod/inst/NEWS 2018-07-25 22:46:45 UTC (rev 1221)
@@ -26,7 +26,18 @@
+ replaced http://CRAN... by https://CRAN... (also in CITATION and similar files)
+ exported .CvMMDCovariance in distrMod
+ added call to return value of qqplot
-
++ qqplot and returnlevelplot have adopted the same argument naming (and selection paradigm)
+ as the other diagnostic plots (IC-plot, comparePlot, infoPlot) in pkg RobAStBase:
+ the suffix is .lbs instead of .lbl,
+ the attributes of shown points have ending .pts
+ the observations are classed into three groups:
+ - the labelled observations selected through which.lbs and which.Order
+ - the shown non labelled observations (which are not in the previous set)
+ selected by which.nonlbs
+ - the non-shown observations (the remaining ones not contained in the former 2 grps)
+ -> point attributes may either refer to prior selection or to post-selection in
+ which case we have .npts variants
+
under the hood:
+ wherever possible also use q.l internally instead of q to
provide functionality in IRKernel
Modified: pkg/distrMod/inst/NEWS
===================================================================
--- pkg/distrMod/inst/NEWS 2018-07-25 22:45:12 UTC (rev 1220)
+++ pkg/distrMod/inst/NEWS 2018-07-25 22:46:45 UTC (rev 1221)
@@ -15,6 +15,18 @@
+ replaced http://CRAN... by https://CRAN... (also in CITATION and similar files)
+ exported .CvMMDCovariance in distrMod
+ added call to return value of qqplot
++ qqplot and returnlevelplot have adopted the same argument naming (and selection paradigm)
+ as the other diagnostic plots (IC-plot, comparePlot, infoPlot) in pkg RobAStBase:
+ the suffix is .lbs instead of .lbl,
+ the attributes of shown points have ending .pts
+ the observations are classed into three groups:
+ - the labelled observations selected through which.lbs and which.Order
+ - the shown non labelled observations (which are not in the previous set)
+ selected by which.nonlbs
+ - the non-shown observations (the remaining ones not contained in the former 2 grps)
+ -> point attributes may either refer to prior selection or to post-selection in
+ which case we have .npts variants
+
under the hood:
+ wherever possible also use q.l internally instead of q to
More information about the Distr-commits
mailing list