[Distr-commits] r1153 - branches/distr-2.7/pkg/distrEx/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jul 8 13:44:21 CEST 2018


Author: ruckdeschel
Date: 2018-07-08 13:44:20 +0200 (Sun, 08 Jul 2018)
New Revision: 1153

Modified:
   branches/distr-2.7/pkg/distrEx/man/0distrEx-package.Rd
   branches/distr-2.7/pkg/distrEx/man/AsymTotalVarDist.Rd
   branches/distr-2.7/pkg/distrEx/man/DiscreteMVDistribution-class.Rd
   branches/distr-2.7/pkg/distrEx/man/LMCondDistribution.Rd
   branches/distr-2.7/pkg/distrEx/man/OAsymTotalVarDist.Rd
   branches/distr-2.7/pkg/distrEx/man/internals.Rd
Log:
[branches: distrEx]: began with major update to version 2.7 / in manuals changed references https (stamats) and code q() to q.l()

Modified: branches/distr-2.7/pkg/distrEx/man/0distrEx-package.Rd
===================================================================
--- branches/distr-2.7/pkg/distrEx/man/0distrEx-package.Rd	2018-07-08 11:42:15 UTC (rev 1152)
+++ branches/distr-2.7/pkg/distrEx/man/0distrEx-package.Rd	2018-07-08 11:44:20 UTC (rev 1153)
@@ -236,7 +236,7 @@
 
 M. Kohl (2005): \emph{Numerical Contributions to the Asymptotic 
 Theory of Robustness.} PhD Thesis. Bayreuth. Available as 
-\url{http://www.stamats.de/ThesisMKohl.pdf}
+\url{http://www.stamats.de/wp-content/uploads/2018/04/ThesisMKohl.pdf}
 }
 \keyword{package}
 \concept{S4 condition class}

Modified: branches/distr-2.7/pkg/distrEx/man/AsymTotalVarDist.Rd
===================================================================
--- branches/distr-2.7/pkg/distrEx/man/AsymTotalVarDist.Rd	2018-07-08 11:42:15 UTC (rev 1152)
+++ branches/distr-2.7/pkg/distrEx/man/AsymTotalVarDist.Rd	2018-07-08 11:44:20 UTC (rev 1153)
@@ -97,8 +97,8 @@
   Again in the absolutely continuous case, to determine the range of the 
   likelihood ratio, we evaluate this ratio on a grid constructed as follows:
   \code{x.range <- c(seq(low, up, length=Ngrid/3),
-                     q(e1)(seq(0,1,length=Ngrid/3)*.999),
-                     q(e2)(seq(0,1,length=Ngrid/3)*.999))}  
+                     q.l(e1)(seq(0,1,length=Ngrid/3)*.999),
+                     q.l(e2)(seq(0,1,length=Ngrid/3)*.999))}
   
   Finally, for both discrete and absolutely continuous case,
   we clip this ratio downwards by \code{1e-10} and upwards by \code{1e10}

Modified: branches/distr-2.7/pkg/distrEx/man/DiscreteMVDistribution-class.Rd
===================================================================
--- branches/distr-2.7/pkg/distrEx/man/DiscreteMVDistribution-class.Rd	2018-07-08 11:42:15 UTC (rev 1152)
+++ branches/distr-2.7/pkg/distrEx/man/DiscreteMVDistribution-class.Rd	2018-07-08 11:44:20 UTC (rev 1153)
@@ -60,6 +60,7 @@
 d(D2)(support(D2))
 p(D2)(lower = c(1,1), upper = c(3,3))
 q(D2)
+## in RStudio or Jupyter IRKernel, use q.l(.)(.) instead of q(.)(.)
 param(D2)
 img(D2)
 

Modified: branches/distr-2.7/pkg/distrEx/man/LMCondDistribution.Rd
===================================================================
--- branches/distr-2.7/pkg/distrEx/man/LMCondDistribution.Rd	2018-07-08 11:42:15 UTC (rev 1152)
+++ branches/distr-2.7/pkg/distrEx/man/LMCondDistribution.Rd	2018-07-08 11:44:20 UTC (rev 1153)
@@ -31,6 +31,7 @@
 d(D1)
 p(D1)
 q(D1)
+## in RStudio or Jupyter IRKernel, use q.l(.)(.) instead of q(.)(.)
 param(D1)
 cond(D1)
 

Modified: branches/distr-2.7/pkg/distrEx/man/OAsymTotalVarDist.Rd
===================================================================
--- branches/distr-2.7/pkg/distrEx/man/OAsymTotalVarDist.Rd	2018-07-08 11:42:15 UTC (rev 1152)
+++ branches/distr-2.7/pkg/distrEx/man/OAsymTotalVarDist.Rd	2018-07-08 11:44:20 UTC (rev 1153)
@@ -91,8 +91,8 @@
   Again in the absolutely continuous case, to determine the range of the 
   likelihood ratio, we evaluate this ratio on a grid constructed as follows:
   \code{x.range <- c(seq(low, up, length=Ngrid/3),
-                     q(e1)(seq(0,1,length=Ngrid/3)*.999),
-                     q(e2)(seq(0,1,length=Ngrid/3)*.999))}  
+                     q.l(e1)(seq(0,1,length=Ngrid/3)*.999),
+                     q.l(e2)(seq(0,1,length=Ngrid/3)*.999))}
   
   Finally, for both discrete and absolutely continuous case,
   we clip this ratio downwards by \code{1e-10} and upwards by \code{1e10}

Modified: branches/distr-2.7/pkg/distrEx/man/internals.Rd
===================================================================
--- branches/distr-2.7/pkg/distrEx/man/internals.Rd	2018-07-08 11:42:15 UTC (rev 1152)
+++ branches/distr-2.7/pkg/distrEx/man/internals.Rd	2018-07-08 11:44:20 UTC (rev 1153)
@@ -26,8 +26,8 @@
 
 \details{
 \code{.getIntbounds} integration bounds are obtained
-as \code{lowB <- max(low, q(object)(lowTQ), median(object)-IQR.fac*IQR(object)}
-and \code{uppB <- min(upp, q(object)(1-uppTQ), median(object)+IQR.fac*IQR(object)}
+as \code{lowB <- max(low, q.l(object)(lowTQ), median(object)-IQR.fac*IQR(object)}
+and \code{uppB <- min(upp, q.l(object)(1-uppTQ), median(object)+IQR.fac*IQR(object)}
 }
 
 



More information about the Distr-commits mailing list