Re: [math] Multiple regression "addData" methods

2008-06-08 Thread Mauro Talevi
Phil Steitz wrote: I think these methods should be named "setData." They have a different contract from "addData" in SimpleRegression, which does not replace observations that have previously been added. If there are no objections, I will make that change. Yes - It makes sense to be consist

Re: [math] Multiple regression "addData" methods

2008-06-08 Thread Luc Maisonobe
Phil Steitz a écrit : > I think these methods should be named "setData." They have a different > contract from "addData" in SimpleRegression, which does not replace > observations that have previously been added. If there are no > objections, I will make that change. +1 from me Luc > > Phil >

[math] Multiple regression "addData" methods

2008-06-07 Thread Phil Steitz
I think these methods should be named "setData." They have a different contract from "addData" in SimpleRegression, which does not replace observations that have previously been added. If there are no objections, I will make that change. Phil