Re: Problem in defining multidimensional array matrix and regression

2017-11-19 Thread ROGER GRAYDON CHRISTMAN
On Sun, 19 Nov 2017, shalu.ash...@gmail.com wrote: > Hi, All, > >I have 6 variables in CSV file. One is rainfall (dependent, at >y-axis) and others are predictors (at x). I want to do multiple >regression and create a correlation matrix between rainfall (y) and >predictors (x; n1=5). Thus I want to

Re: Problem in defining multidimensional array matrix and regression

2017-11-19 Thread Thomas Jollans
On 19/11/17 18:55, shalu.ash...@gmail.com wrote: > Hello Peter, > > Many thanks for your suggestion. > Now I am using Pandas & > I already did that but now I need to make a multi-dimensional array for > reading all variables (5 in this case) at one x-axis, so I can perform > multiple regression

Re: Problem in defining multidimensional array matrix and regression

2017-11-19 Thread Ben Finney
shalu.ash...@gmail.com writes: > I already did that Peter's suggestion was quite different from the code you first presented. So, I am not understanding what you mean by “I already did that”. Can you: * Reply with your responses interleaved with the quote text https://en.wikipedia.org/wiki/Po

Re: Problem in defining multidimensional array matrix and regression

2017-11-19 Thread shalu . ashu50
Hello Peter, Many thanks for your suggestion. Now I am using Pandas & I already did that but now I need to make a multi-dimensional array for reading all variables (5 in this case) at one x-axis, so I can perform multiple regression analysis. I am not getting how to bring all variables at one

Re: Problem in defining multidimensional array matrix and regression

2017-11-19 Thread Peter Otten
shalu.ash...@gmail.com wrote: > Hi, All, > > I have 6 variables in CSV file. One is rainfall (dependent, at y-axis) and > others are predictors (at x). I want to do multiple regression and create > a correlation matrix between rainfall (y) and predictors (x; n1=5). Thus I > want to read rainfall