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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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...
3년 초과 전 | 답변 수: 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
3년 초과 전 | 답변 수: 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...
3년 초과 전 | 답변 수: 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...
3년 초과 전 | 답변 수: 1 | 0