SATISH BHAT
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
62,273
of 301,296
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,225
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,832
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Sir, once matrix is reduced to m(<p)components in y=Xb+e, i found dimension problem in gettig mean square error. How to reolve it? error in 22nd line of program and is given below
1. X % is a nxp matrix 2. beta0 % is a px1 vector 3. E=sort(lamda, 'descend'); 4. N=nnz(cumsum(E/sum(E))<=0.95) 5. Xm = ...
10 years ago | 0 answers | 0
0
answersQuestion
sir, Matrix dimension in line 54(I kept question mark for 54th line) does not match after reducing my matrx from p-components to m-components. (m<p) . if possible please give me the answer and my prgramme is
clear all; sum1=0; sum2=0; sum3=0; p=5; n=10; sum4=0; sig=1; MU2=0; SIGMA2=5; k=0.05; m=1000; ev=1; for j=1:m e=normrnd(...
10 years ago | 0 answers | 0
0
answersQuestion
sir I found sum of eigen values of a square matrix. Now I want to find the number of components which cover up to 0.95(95%). My part of prgramme is given in body
sumlamda=0; for i=1:p sumlamda = sumlamda+lamda(i); end sum=sumlamda ccomp=0; s =lamda(p)/sum;...
10 years ago | 1 answer | 0