Since 5/19/2012 7:54:02 AM, josephfrank9 has written 4 articles and participated in 0 conversations. josephfrank9 signature: josephfrank9
josephfrank9's articles:
Items(4) /1
Stepwise regression #4127 (12/30/2005 12:18:33 AM) comp.soft-sys.matlab I am using stepwise regression using the command: [A1,SE1,PVAL1,INMODEL1,STATS1,NEXTSTEP1,HISTORY1]=STEPWISEFIT(X,Y); I am wondering how to obtain the adjusted r square. thx ... Joseph
Re:Saving a matrix with unknown dimenssions046 (2/5/2004 7:09:32 PM) comp.soft-sys.matlab Yes every row has a different length . but using ti(i) doesn't solve the problem because I obtain the results of the last i. I want a matrix where all the results (which are of different length corresponding to... josephFrank9
Re: optimization144 (1/29/2004 8:39:35 PM) comp.soft-sys.matlab Let me go a little bit further. I increases considerably the number of maximum iterations and the Maximum number of function evaluations . Is this going to affect the acurracy of my results or these options are... josephFrank9
Optimization #4139 (1/28/2004 10:42:26 PM) comp.soft-sys.matlab I am using fminsearch to calculate some parameters using optimization. However, I receive the following message: Exiting: Maximum number of function evaluations has been exceeded - increase MaxFunEvals... josephfrank9