[Developers] Opensource website
Mark Maunder
mmaunder at iattc.org
Fri Jul 24 12:19:16 PDT 2009
This might be of interest
http://www.fishbox.iugo-cafe.org/
We should at least make sure ADMB is on here
Mark
-----Original Message-----
From: developers-bounces at admb-project.org
[mailto:developers-bounces at admb-project.org] On Behalf Of dave fournier
Sent: Friday, July 24, 2009 12:00 PM
To: developers at admb-project.org
Subject: [Developers] Need for simpler way to describe the kind of
simple mixed models most people are used to.
I think we should develop the machinery needed to construct linear
predictors from data in a csv file. I wonder what all is involved.
One thing we need is a "contrast" object. This is a vector v
parameterized in such a way that sum(v)=0. For the separable function
to be efficient one want to pass only the necessary v_i's to the
separable function. So for example we can parameterize v as
v_i =w_i -mean(w)
the w_i are the independent variables but the derivative stuff can be
done in terms of the v_i and the derivatives for the w_i calculated from
the v_i just when they are needed (ie some kind of interface needs to
accomplish this.) Also a penalty like
100*square(sum(w))
is added so that the problem is not degenerate.
One problem is how to parse the csv file. Hopefully should is existing
software for this we can use.
I think if we can make this all pretty simple we can get a lot more
interest from R users.
--
David A. Fournier
P.O. Box 2040,
Sidney, B.C. V8l 3S3
Canada
Phone/FAX 250-655-3364
http://otter-rsch.com
_______________________________________________
Developers mailing list
Developers at admb-project.org
http://lists.admb-project.org/mailman/listinfo/developers
More information about the Developers
mailing list