Re: question: {a,b,c}->{{a,b},{b,c}}??
- Subject: [mg2478] Re: question: {a,b,c}->{{a,b},{b,c}}??
- From: rmj at leland.Stanford.EDU (Roger M. Jones)
- Date: Mon, 13 Nov 1995 03:29:33 GMT
- Approved: usenet@wri.com
- Distribution: local
- Newsgroups: wri.mathgroup
- Organization: Stanford University, CA 94305, USA
- Sender: daemon at wri.com ( )
In[1]=Partition[{a,b,c},2,1] Out[1]={{a, b}, {b, c}} Also, my work requires details of how PolynomialFit performs (it is obviously very similarly to the LSE Fit function but the details are very important). I would very much appreciate any insight anyone (including those at WRI) has on this fitting package. Yours, Roger Jones (rmj at leland.stanford.edu) -- Regards, Roger (rmj@leland)