photo

Sukru Yavuz


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

13 个提问
0 个回答

排名
161,445
of 300,974

声誉
0

贡献数
13 个提问
0 个回答

回答接受率
23.08%

收到投票数
0

排名
 of 21,128

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,130

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to determine input delay in a Neural Network (NARX) ?
I have a dataset for 3 years with 1 min intervals. And in this dataset there is solar irradiance and I want to predict the solar...

8 years 前 | 1 个回答 | 0

1

个回答

提问


MATLAB is shutting down itself
My laptop has 16 GBs of RAM. And I can see that while a script is running, matlab uses 15 GBs of RAM. And I think that it shuts ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Replacing elements of multilevel cell arrays
Hello, I have an multilevel cell arrays of meancalc. For example: To reach any of them, I have to write meancalc{1,1}{:,:}, mea...

8 years 前 | 2 个回答 | 0

2

个回答

提问


What to do when standard deviation is 0?
Hello everyone, I am trying to calculate the standard deviation of all columns in a dataset. And since some of the observations...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Probability calculation with Naive Bayes Probability Density Function by hand
veri = readtable ('gh.csv'); vericell = table2cell(veri); ghcolumn = cell2mat(vericell(:,3)); veri.Class = discretize(v...

8 years 前 | 0 个回答 | 0

0

个回答

提问


What should I do for NaN values?
I have an 1x507 array with NaN values and I am using this array for another calculation. That's why I think these are effecting ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Multiplication of each column with each other with a condition
I have a table of 4x11. And I would like to multiply each column with each other and save the results to another table. for exam...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Multiplication with for loop (not getting the right results)
for ii=1:4 endfor ii=1:4 deneme{ii,:}= vericell(class==ii,:); for j = 4:14 deneme{ii}{:,j}; ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Creating a 7x8 matrice in range of x and y
How can I create a 7x8 matrice in range of 5 and 26?

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to keep an element fixed until it fits a condition?
for ii=1:4 deneme{ii,:}= vericell(class==ii,:); for j = 4:14 deneme{ii}{:,j}; meanre...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Error using randi (first input must be a positive integer scalar value)
veri = readtable ('gh.csv'); vericell = table2cell(veri); ghcolumn = cell2mat(vericell(:,3)); veri.Class = discretize(v...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can I calculate mean and standard deviation of each column in cell arrays with for loop?
veri = readtable ('gh.csv'); vericell = table2cell(veri); ghcolumn = cell2mat(vericell(:,3)); veri.Class ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Saving results from loop with intervals
Hi everyone, I am applying Naive Bayes Classification by hand to a data set with formula. My data has 45.000 columns and no cla...

8 years 前 | 1 个回答 | 0

1

个回答