photo

Martin Njagi


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
265,977
of 300,886

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,104

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,502

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


How to compare ARMA model with simple average moving in matlab
% Load data data = readtable('sample data.xlsx'); Y = data.AdjClose; % Split data into training and testing sets train_Y =...

2 years 前 | 1 个回答 | 0

1

个回答

提问


editing edmonds algorithm and putting conditions for its run
function[ED]=edmonds(V,E)% %input is a directed graph, %V- Set of vertices [v1, v2,v3....] %E- Set of edges is [ v1 v2 weigh...

3 years 前 | 0 个回答 | 0

0

个回答

提问


How to solve for log returns
ChinaStock.mat consists of the weekly close price of four Chinese companies (i.e. Tencent, JD, Baidu, Alibaba) over a year (Apr...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Ybus formation calculation code
how to come up with a Ybus calculation code for a 14 bus power flow system in matlab

4 years 前 | 0 个回答 | 0

0

个回答

提问


Solution to a travelling salesman problem in genetic algorithm
hello experts. I have aproblem in using optimtool to solve a travelling salesman problem while changing parameters and also cha...

4 years 前 | 0 个回答 | 0

0

个回答

提问


how to solve for fsolve
how can i degug these code? %optimal gamma_j (SNR of user j) y = sym('y'); eqn = (1 + y).^L_i - (1 + gamma_i ./ (y + 1)).^L_j...

4 years 前 | 1 个回答 | 0

1

个回答