pspp-dev
[Top][All Lists]
Advanced

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

[patch #6650] one pass covariance algorithm


From: John Darrington
Subject: [patch #6650] one pass covariance algorithm
Date: Fri, 31 Oct 2008 22:18:28 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092816 Iceweasel/3.0.3 (Debian-3.0.3-2)

Follow-up Comment #17, patch #6650 (project pspp):

I looked over the patch briefly.

is_missing would be better as a bool?  Likewise match_nodes could return
bool

Couldn't the listwise missing case be dealt with simply by inserting a
casefilter?

+enum {LISTWISE,
+      PAIRWISE};

I thought we already had a header file defining these, but it seems not. 
Perhaps we should, since this is a issue which is pandemic to pspp.

In fit_model, there is still an instance of a literal MV_ANY.  Is that
correct?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6650>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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