Hi All, I'm looking at ticket #1455 <http://projects.scipy.org/numpy/ticket/1455>. At the moment I've added the ddof keyword to cov and corrcoef and set it up so that it overrides the bias keyword when ddof is something other than its current default of None. The question is, should I deprecate the bias keyword and in some later release change ddof to default to the usual 0?
Pierre, If we make this change the functions (and tests) in ma will be affected. Do you want me to take care of the updates? Chuck
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
