photo

Rabeca Mohammed


Last seen: 2년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to find correlations of corresponding rows of two arrays?
I have 2 arrays --- d1 and d2. d1 = [ 3 4 5 6 7 ; 8 9 10 11 12 ; 13 14 15 16 17 ]; and d2 = [ 18 19 20 21 22 ; 23 24 25 26 27 ; ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to find the correlation of rows across 2 tables?
I have an excel with 2 tables — d1 and d2. Each has the first column as State and the subsequent columns as chronological months...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to store data when a string condition of another column is met?
I have imported an excel file, which has three columns: EVENT_ID, BEGIN_DATE, STATE_ABBR. EVENT_ID BEGIN_DATE STA...

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


How do I find means of samples and then mean of the means?
I have a 1000*25 vector with random integers from 1–1000000. Rows signify samples so I have 1000 samples, each having 25 random ...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


How do I fill a 1000*25 length vector with random, non-repetitive numbers from 1 to 1000000?
I tried numerous ways of doing the above but I keep getting compatibility issues since randperm(1000000) returns a vector of len...

거의 3년 전 | 답변 수: 1 | 0

1

답변