João
Followers: 0 Following: 0
Feeds
已回答
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',...
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',...
2 years 前 | 0
| 已接受
提问
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...
2 years 前 | 2 个回答 | 0
2
个回答提问
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...
2 years 前 | 1 个回答 | 0
1
个回答提问
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...
2 years 前 | 1 个回答 | 0