photo

shane


University of Calgary

2013년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
Determine if binary vector transitions from 1 to 0 to 1 again?
In case anyone is interested, here's one solution, couldn't avoid a loop across the columns: M = [1 1 1 1; 1 1 1 0; 1 1 0 1...

8년 초과 전 | 0

질문


Determine if binary vector transitions from 1 to 0 to 1 again?
Say I have a binary marix: M = [1 1 1 1; 1 1 1 0; 1 1 0 1; 1 0 1 1; 1 1 0 0; 1 0 0 1; ...] I want to eliminate the rows ...

8년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Cross Validated Classification Tree Contingency Table
I need the final contingency table for my cross validated classification tree. My code is: %Create classification tree ...

거의 11년 전 | 답변 수: 1 | 1

1

답변

질문


Store logistic regression models in an array?
I have a for loop that creates a set of binary logistic regression models using the GeneralizedLinearModel.stepwise() function. ...

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

1

답변

질문


Groups of observations for Neural Network?
I have an IxN matrix of input data and an OxN matrix of output data. The N columns are observations. Each observation column is...

대략 11년 전 | 답변 수: 2 | 0

2

답변

질문


Can Matlab do Weighted Spearman Rank Correlation?
Very new to Matlab and looking for help. I am trying to calculate a weighted Spearman rank correlation. I am currently using the...

11년 초과 전 | 답변 수: 0 | 0

0

답변