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