Statistica
RANK
155.808
of 295.569
REPUTAZIONE
0
CONTRIBUTI
18 Domande
10 Risposte
ACCETTAZIONE DELLE RISPOSTE
44.44%
VOTI RICEVUTI
0
RANK
of 154.105
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
corrcoef - p-value calculation
Hi, I understand. this is for a paper. I want to describe in one sentence how the significance was calculated for the correlatio...
quasi 10 anni fa | 0
Domanda
corrcoef - p-value calculation
Hi, I have read the description. "The p-value is computed by transforming the correlation to create a t statistic having n-2 de...
quasi 10 anni fa | 2 risposte | 0
2
risposteDomanda
svd, pca - linear transformation
Hi, I used to do the following.. [U,SS,V] = svd(Y*Y'); W = sqrt(SS); w = diag(W); L = diag(1./w)*U'; T = L*Y; ...
oltre 10 anni fa | 0 risposte | 0
0
risposteDomanda
Multiple correlation coefficient - R, R^2
Hi, I am trying to calculate this: http://en.wikipedia.org/wiki/Multiple_correlation I have 3 orthogonal predictor variabl...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
svd - what are the principal components?
Hi, I have X = [25, 2000] i.e. 25 subjects and 2000 values (i.e. each subject has a spectrogram that is reduced to 2000 values...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
PCA, svd, compare two groups.
Hi, I have group 1 with 25x2000 (i.e. 25 variables and 2000 samples) [u,s,v]=svd(group1) gives me u=25x25, s = 25x2000 and...
oltre 10 anni fa | 0 risposte | 0
0
risposteDomanda
Matrix manipulation - smarter way to do this?
So, 1st column has trials from 1:300 but for each of the values there are multiple rows (this are samples in time - msecs).. ...
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Textscan - how to handle blocks
Hello, I have a large .txt file with hundreds on lines that look like this.. "abcd_1" 54 22 0 0 215.00 584.70 382.10 . . . . ...
quasi 11 anni fa | 2 risposte | 0
2
risposteDomanda
Trouble importing large .txt file
Hi, I have a 700 MB text file with strings and numbers. I am using the gui - import data. It takes a couple secs (blue/white bar...
quasi 11 anni fa | 0 risposte | 0
0
risposteDomanda
Automate mass open and process: string issue
Hello, I am sure this is a simple answer but I don't know it. I have ~ 175 datasets with names like this 1400075_03_D.txt ...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
actxserver (Excel) error : Windows
Hi, I am running Matlab_R2007b on Windows 7. When I try >> Excel = actxserver('Excel.Application') ??? Error using ==>...
oltre 11 anni fa | 0 risposte | 0
0
risposteDomanda
MIssing actxserver function for xlswrite?
Hi, I just tried xlswrite and it looks like I am missing actxserver in both R2013(mac) and R2007b(windows). Not sure why but if ...
oltre 11 anni fa | 2 risposte | 0
2
risposteextract from text file
Hi, What I need is this: 00:00:00 00:00:00 Exam Start 00:00:00 00:00:00 Impedance - Impedance Values 00:00:23 00:00...
oltre 11 anni fa | 0
extract from text file
Sorry here goes again - First line is Event List, there is an empty line between Event List and Patient Name also.So I basically...
oltre 11 anni fa | 0
Domanda
extract from text file
Hi, I am trying to use Matlab for this because I have ~300 files for which this needs to be done.. The data in the .txt file ...
oltre 11 anni fa | 4 risposte | 0
4
risposteDomanda
Bar graphs - draw a box..
a = rand(1,100) Er=std(a); bar(sort(a)) Now, I want to drop a box or some other indicator to indicate the values of a...
oltre 11 anni fa | 1 risposta | 0
1
rispostaBar graphs - color coding..
Hi, For reasons beyond my control , I need to specify the colors colors = [0 0 1; %blue 1 0 1; %magenta 0 1 0; %green 1 0 0;...
oltre 11 anni fa | 0
Domanda
Bar graphs - color coding..
Hello, I need to color code my bar graph. a = [10 20 30 25 15] b = [1 3 2 1 4] bar(a) BUT, I want a(1) and a(4) t...
oltre 11 anni fa | 2 risposte | 0
2
risposteDomanda
Modifying vectors for plotting...
Hi I have the following vectors x(:,1) = 1 1 2 2 3 4 4 5 6 6 … 120 etc; % There is no pattern. These are the session #s. ...
oltre 11 anni fa | 0 risposte | 0
0
risposteDomanda
ttest - 2 matrices
Hello, I have 2 matrices 52x21x49. Here x=52, y=21 and each of these 'tiles' have 49 values. I want to do a ttest on each ...
oltre 12 anni fa | 1 risposta | 0
1
rispostaModify colorbar in .fig file
Hi, Anybody? Want to modify CLim in a saved figure without regenerating it. Thanks,
quasi 13 anni fa | 0
Modify colorbar in .fig file
I am trying to modify the CLim in the above saved figure..i.e. without creating a new figure.
quasi 13 anni fa | 0
Modify colorbar in .fig file
Hi, Please see attached file here: http://fileslap.com/9hn/Coh070911fx
quasi 13 anni fa | 0
Modify colorbar in .fig file
Hi, I tried both ways.I first open up a saved .fig file 1)caxis does not change anything 2)set(h...) changes colorbar lim...
quasi 13 anni fa | 0
Modify colorbar in .fig file
Hi, Do I have to something special in terms of loading the figure (just opening it up and typing caxis does not work)? Thanks...
quasi 13 anni fa | 0
Domanda
Modify colorbar in .fig file
Hello, Is there anyway to rescale the colors in a figure and hence the colorbar? eg. Right now colorbar is 0.1 to 0.5 BUT...
quasi 13 anni fa | 7 risposte | 0
7
risposteStatistical analysis: Comparison and false discovery rate.
Hi, a1.. a4 are independent variables at 1 time point. Not from the same distribution. eg. student math scores during midterms. ...
circa 13 anni fa | 0
Domanda
Statistical analysis: Comparison and false discovery rate.
Hello, This might be very trivial so please bear with me. A = [a1 a2 a3 a4] B = [b1 b2 b3 b4] Ho = [A-B]^2 = 0 i.e. A...
circa 13 anni fa | 2 risposte | 0