pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: regression lib


From: Ben Pfaff
Subject: Re: regression lib
Date: Tue, 26 Apr 2005 10:35:46 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Jason Stover <address@hidden> writes:

> I started writing some backend regression routines, with the intent of
> creating a regression procedure. Since least-squares fitting is a
> cliche in statistics, these routines should be as general-purpose as
> possible, so I created a library in lib/regression.  I haven't gotten
> far yet: just sweep.c, regression.h and Makefile.am, but
> it does compile to libregression.a.
>
> Before I go any farther, is this an acceptable approach?
> libregression.a will know almost nothing about PSPP, but different
> PSPP procedures will be able to call its functions 'easily'.  There
> are a lot of computational routines for linear models.  If possible,
> such routines should be separated from the particularities of the many
> PSPP procedures that eventually will need those computations. (A
> semi-independent regression library might be useful in other
> programs.)

I think that a library designed to be easily used by PSPP, but
separable from it, is a reasonable candidate for lib/.  Your
approach sounds good to me.
-- 
Ben Pfaff 
email: address@hidden
web: http://benpfaff.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]