photo

Nick


Last seen: 3 years 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
2 个回答

排名
145,830
of 300,753

声誉
0

贡献数
6 个提问
2 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,075

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,858

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Machine Learning for Panel Data
Can anyone please confirm whether Matlab supports machine learning methods for panel/longitudinal data? I have not been able to...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Panel data regression comparison
I have a very large panel data and would like to apply a number of simple machine learning techniques (Logistic Regression, Deci...

4 years 前 | 2 个回答 | 0

2

个回答

已回答
Deleting duplicates based on conditions of multiple columns
[C,ia] = unique(A(:,1:3),'rows') A_new = A(ia,:)

5 years 前 | 0

| 已接受

提问


Deleting duplicates based on conditions of multiple columns
Hi, I have a large dataset (100m rows x 40 columns ) and I would like to delete any row that has duplicates on a few specific c...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Removing rows - duplicates based on a condition
Hi, I have a table with a number of columns and would like to delete some rows based on some conditions. Here is an example: ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


ARIMA comparison results between Matlab and Eviews
Hi all, I have only started looking at time series regression analysis so maybe my question is relatively simple, but here it g...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
prctile function vs excel percentile
Thanks for the in depth reply. After doing some research, apparently there are at least 9 different methods to calculate percent...

11 years 前 | 0

提问


prctile function vs excel percentile
Hi, when I run the below, A = [ 0.02; 0.01 ; 0.01; 0.01 ; 0.04 ]; B = prctile(A,99.95); I get B = 0.0400, which see...

11 years 前 | 3 个回答 | 0

3

个回答