
João
Statistics
RANK
108,729
of 277,632
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 18,784
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 128,821
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Counting sequences for a non-parametric statistical test (sequence test or RUN test).
I eventually found the answer, gonna leave it here in case someone needs it aswell. x=['F','Q','Q','F','F','F','F','Q','Q','F',...
5 months ago | 0
| accepted
Question
Counting sequences for a non-parametric statistical test (sequence test or RUN test).
I have a certain sequence of events, for example: x=['F','Q','Q','F','F','F','F','Q','Q','F','F','Q','F','F','Q',] I want to c...
5 months ago | 2 answers | 0
2
answersQuestion
How to check if each element of a matrix is larger/smaller than the mean of the elements of the respective line?
I am still learning matlab basics and for that reason excuse any errors or "stupid" questions. I have a square nxn matrix A a...
6 months ago | 1 answer | 0
1
answerQuestion
How can I extract the numbers divisible by 3 from the diagonal of a nxn matrix composed of random integers?
I can create a random matrix of nxn with integers in [100;1000] interval, for example: n=input('Choose the number of lines an...
7 months ago | 1 answer | 0