[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
enum listwise vs. pariwise
From: |
Jason Stover |
Subject: |
enum listwise vs. pariwise |
Date: |
Fri, 7 Nov 2008 17:17:50 -0500 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
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
};
-Jason
- enum listwise vs. pariwise,
Jason Stover <=