Alma Bezares
Followers: 0 Following: 0
Statistics
RANK
261,715
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
33.33%
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,912
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
OLS regression for bootstrapped data
Hi, I bootstrapped some data 1000 times and now I want to regress each one of the columns of that bootstrapped data (A) on two...
8 years ago | 1 answer | 0
1
answerQuestion
Random generator from a sample with replacement
Hi. I'm trying to draw 1000 samples with replacement from a dataset that contains 22k observations. I tried the code: datasample...
8 years ago | 1 answer | 0
1
answerRandom multiply by negative one
Thank you so much. The code A = [1,-1]; rand_nums = A(randi([1,2],22528,1000)); did the trick. Thanks!
8 years ago | 0
Question
Random multiply by negative one
Hello, I bootstrapped a 1000 simulation from my data with replacement and now, I would like to randomly multiply it by one or n...
8 years ago | 3 answers | 0