[Distr-commits] r1251 - in branches/distr-2.8/pkg/distrMod: inst man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Aug 6 02:24:21 CEST 2018
Author: ruckdeschel
Date: 2018-08-06 02:24:21 +0200 (Mon, 06 Aug 2018)
New Revision: 1251
Modified:
branches/distr-2.8/pkg/distrMod/inst/NEWS
branches/distr-2.8/pkg/distrMod/man/LogisticLocationScaleFamily.Rd
Log:
[distrMod] branch 2.8
+ new model class / generator LogisticLocationScaleFamily / yet another typo fixed and NEWS updated
Modified: branches/distr-2.8/pkg/distrMod/inst/NEWS
===================================================================
--- branches/distr-2.8/pkg/distrMod/inst/NEWS 2018-08-06 00:11:46 UTC (rev 1250)
+++ branches/distr-2.8/pkg/distrMod/inst/NEWS 2018-08-06 00:24:21 UTC (rev 1251)
@@ -47,7 +47,7 @@
under the hood:
+ As this is more for internal purposes, example code for the parsing of dots argument
- is in lines ll 256--294 in mleCalc-methods.R (wrapped in a if(FALSE){ }).
+ is in lines ll 275--334 in mleCalc-methods.R (wrapped in a if(FALSE){ }).
+ in code in SimpleL2ParamFamilies.R:
+ param.0 denotes the local current parameter of the L2Family
+ param is used as function argument
Modified: branches/distr-2.8/pkg/distrMod/man/LogisticLocationScaleFamily.Rd
===================================================================
--- branches/distr-2.8/pkg/distrMod/man/LogisticLocationScaleFamily.Rd 2018-08-06 00:11:46 UTC (rev 1250)
+++ branches/distr-2.8/pkg/distrMod/man/LogisticLocationScaleFamily.Rd 2018-08-06 00:24:21 UTC (rev 1251)
@@ -22,7 +22,7 @@
parameteric family are filled.
\code{LOGISTINT2} is a constant used for the scale part of the Fisher information.
More precisely \code{LOGISTINT2} equals to
- \eqn{\int_{-\infty}^{\infty} (\tanh(x/2)\,x-1)^2\,{\rm dlogis}(x)\,dx)}{%
+ \eqn{\int_{-\infty}^{\infty} (\tanh(x/2)\,x-1)^2\,{\rm dlogis}(x)\,dx}{%
integral_{-Inf}^{Inf} (tanh(x/2)x-1)^2 dlogis(x) dx}.
}
\value{Object of class \code{"L2LocationScaleFamily"}}
More information about the Distr-commits
mailing list