Statistics
6 Questions
0 Answers
RANK
215.535
of 300.321
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20.913
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168.093
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 =...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
Ybus formation calculation code
how to come up with a Ybus calculation code for a 14 bus power flow system in matlab
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 3 jaar ago | 1 answer | 0