Feeds
답변 있음
Problem with xlswrite function
Update: Problem is solved by adding the right path On help they say you need to put the filename but it really is the full pa...
Problem with xlswrite function
Update: Problem is solved by adding the right path On help they say you need to put the filename but it really is the full pa...
11년 초과 전 | 0
| 수락됨
질문
Problem with xlswrite function
Hi guys, I've been trying this for a while now and it always returns the same error message over and over again : Error using xl...
11년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Nchoosek with columns in a Dataset ?
Found it thank you! I did : % for i= 1:24 A{1,i} = x(:,i); end B = nchoosek(A,4) end
Nchoosek with columns in a Dataset ?
Found it thank you! I did : % for i= 1:24 A{1,i} = x(:,i); end B = nchoosek(A,4) end
11년 초과 전 | 0
| 수락됨
질문
Nchoosek with columns in a Dataset ?
Is it possible to do a nchoosek function with all columns in a dataset? After a Data import I have all my variables in columns a...
11년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Importing data from Excel to Matlab problem
OK it seems to work, but the result is not really what I expected. When I do : % Exemple = xlsread('filename','Databas...
Importing data from Excel to Matlab problem
OK it seems to work, but the result is not really what I expected. When I do : % Exemple = xlsread('filename','Databas...
11년 초과 전 | 0
질문
Importing data from Excel to Matlab problem
Hi guys, I'm having a problem important datas from Excel. I used to import ranges because I found it easier, but now I need to g...
11년 초과 전 | 답변 수: 3 | 0
3
답변질문
Easy question for an economist
Is there a way to compute multiple linear regression (the script already is working fine) but i need to be able to say something...
11년 초과 전 | 답변 수: 2 | 0
2
답변질문
Problem with detection of multicolinearity in a matrix
Well, title says it all. The problem is that i would like to find whether my independent variables are really independents. I on...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Is there a way to detect the autocorrelation in a loop?
I'm going to perform a little more than 19,000,000 regressions in a loop (and grow a beard), but i need to now if I can detect t...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to export datas from Matlab to a specified cell in Excel ^^
I got no idea
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
NCHOOSEK - What am I doing wrong?
V = nchoosek({CRY,DXY,GOLDS,USCRWTIC,USGG2YR,USGG10YR},4); for i= 1:15; A{i} = V(i,:); end; ...
11년 초과 전 | 답변 수: 5 | 0
5
답변답변 있음
Problem with Max function in a if loop
In my 'answer' matrix, row (1,:)is all [] or 1 whether the rsquared is higher than 0,5 or not. The second row (2,:) is the Rsqua...
Problem with Max function in a if loop
In my 'answer' matrix, row (1,:)is all [] or 1 whether the rsquared is higher than 0,5 or not. The second row (2,:) is the Rsqua...
11년 초과 전 | 0
답변 있음
Problem with Max function in a if loop
Ok thx guys. I will try to correct my code tommorrow at the office. Thank you very much. If any of you knows some trick to write...
Problem with Max function in a if loop
Ok thx guys. I will try to correct my code tommorrow at the office. Thank you very much. If any of you knows some trick to write...
11년 초과 전 | 0
질문
Problem with Max function in a if loop
So, basically my max function at the end gives me a random number and does not apply my if and else if constraint :/ ...
11년 초과 전 | 답변 수: 3 | 0
3
답변질문
Is it possible to do multiple linear regression with constaint?
Hi, i'm trying to delete coefficients if they fail the t-test and if the Rsquared is 0,5. The only problem is that i don't know ...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Bug using LinearModel.fit in a loop?
Everytime i try using my datas and LinearModel.fit it works perfectly, but when i try to use it in a loop i always end up having...
11년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to name a Variable as a string?
Hi, my problem is that i got a bunch of named variable already but I am using V = nchoosek({VAR1,VAR2,VAR3,VAR4,VAR5,VAR...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Multivariate regression in a loop
I got a matrix A (1x15) with each cell containing 524 x 4 of data, and a Y matrix containing 524 x1 data. I was going for : F...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I do multiple regression (i = 1:15) in a loop?
I got a matrix A (1x15) with each cell containing 524 x 4 of data, and a Y matrix containing 524 x1 data. I was going for : ...
11년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
NCHOOSEK - What am I doing wrong?
Thanks everyone! If could accept everyone's answer i would..
NCHOOSEK - What am I doing wrong?
Thanks everyone! If could accept everyone's answer i would..
11년 초과 전 | 0
질문
After using nchoosek function, how can i create variables for each answer?
Title says it all mostly. I created a matrix of 15x4 as a result of nchoosek (that gave me 15 answers) and i would like to be ab...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to establish all possible combinations of 4 variables out of 6 ?
The main idea is to gather possible combinations of 4 variable out of 6 total design variables. For every combination i will cal...
11년 초과 전 | 답변 수: 2 | 0