pspp-dev
[Top][All Lists]
Advanced

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

Re: enum listwise vs. pariwise


From: Ben Pfaff
Subject: Re: enum listwise vs. pariwise
Date: Fri, 07 Nov 2008 20:40:04 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Jason Stover <address@hidden> writes:

> Right now, LISTWISE and PAIRWISE are enum constants in
> covariance-matrix.h.
>
> Pairwise vs. listwise deletion will be a consideration for many other
> procedures. John suggested putting them in a common location, probably
> missing-values.h.
>
> So what does everyone think of adding the following to
> missing-values.h?
>
> enum mv_handling
> {
>       MV_PAIRWISE,
>       MV_LISTWISE
> };

OK.  Can you make the prefix MVH_, though, so that I don't
confuse these with the existing MV_ constants?
-- 
Ben Pfaff 
http://benpfaff.org




reply via email to

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