[Distr-commits] r93 - pkg/distrMod/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Feb 26 10:07:01 CET 2008
Author: stamats
Date: 2008-02-26 10:07:01 +0100 (Tue, 26 Feb 2008)
New Revision: 93
Modified:
pkg/distrMod/R/L2ParamFamily.R
Log:
minor change
Modified: pkg/distrMod/R/L2ParamFamily.R
===================================================================
--- pkg/distrMod/R/L2ParamFamily.R 2008-02-26 08:07:21 UTC (rev 92)
+++ pkg/distrMod/R/L2ParamFamily.R 2008-02-26 09:07:01 UTC (rev 93)
@@ -8,7 +8,7 @@
modifyParam = function(theta){ Norm(mean=theta) },
L2deriv.fct,
L2derivSymm, L2derivDistr, L2derivDistrSymm,
- FisherInfo.fct = function(theta)1,
+ FisherInfo.fct = function(theta){ 1 },
FisherInfo = FisherInfo.fct(param)){
if(missing(name))
name <- "L_2 differentiable parametric family of probability measures"
More information about the Distr-commits
mailing list