Statistics
7 Questions
0 Answers
RANK
278,252
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Feeds
Question
Finding row numbers of a matrix where certain column entries match a criterion
I have a 64x3 matrix C0 as below. I would like to look at row 63=[4 4 3], and for each j=1:3, find the row numbers of C0 such th...
5 years ago | 1 answer | 0
1
answerQuestion
What is the reference category for mnrfit when response variable is a categorical array
I'm using mnrfit to estimate a binary logit model. The document says Y can be one of the following: An n-by-k matrix, where Y...
6 years ago | 2 answers | 0
2
answersQuestion
Computing the median of a group except one member
I have a dataset of a variable x for S seasons of the same J firms (not ordered). I'd like to compute for each firm in each seas...
6 years ago | 1 answer | 0
1
answerQuestion
Linearly "interpolate" a 1-dimensional vector
Hello, I have a vector of annual population figures for a number of years. I'd like to assume a linear growth and obtain the im...
6 years ago | 1 answer | 0
1
answerQuestion
Trouble using integral in a nested f solve
I'm running an fsolve of a function which involves evaluating the integral of another function. Everything is a scalar in this p...
7 years ago | 0 answers | 0
0
answersQuestion
Obtaining polynomial coefficients for a 3-D spline with data that are not a meshgrid
I have 200 of (y, x_1, x_2) and I'd like to fit a cubic smoothing spline of y on x_1 and x_2 to obtain the estimates of a_0, a_1...
7 years ago | 0 answers | 0
0
answersQuestion
How to count the number of times a pair of values occurs in an N by 2 matrix?
I have 2 vectors A and B consisting of 1 and 2 and I'd like to count the number of times each pair (1,1), (1,2), (2,1) and (2,2)...
8 years ago | 1 answer | 0