Community Profile

photo

Mingyang Sun


Imperial College London

Last seen: 4 Monate vor Aktiv seit 2018

Statistiken

  • First Answer
  • Thankful Level 2
  • Thankful Level 1
  • First Review

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


Estimating the decay parameter in Exponentially Weighted Moving Average (EWMA) model
Given the data , ; I would like to like to estimate the decay parameter in Exponentially Weighted Moving Average (EWMA) model, ...

9 Monate vor | 1 Antwort | 0

1

Antwort

Frage


The most efficient way to calculate multiplication and summation of two large matrices
Support I have two matrices and , I would like to calculate following: where matrix , and represent each columne of two m...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Heteroscedasticity and autocorrelation consistent covariance estimators for linear regression with equality constraints
I have a linear regression because is not full colume rank, there is a additional equality constraint: . I can solve above ...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Hypothesis Tests for Constrained Linear Regression
Hi, I would like to do the hypothesis test for the following linear regression with equality constrants to exam the significance...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Beantwortet
renaming variable loaded from a file
use the command: newname = struct2cell(load(filename)); newname=newname{1}; you don't even need to know the original variable ...

etwa 2 Jahre vor | 0

Frage


How to define an objective function in the fmincon?
I would like to solve a large scale non-convex QCQP problem using fmincon, such that min_x x.'H*x s.t. x.'*R*x = 1 ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Parfor is running much slower on a 18-core PC than a 10-core PC
I am currently running a compute-intensive financial trading test; the test has 503 independent loops. I have two PCs in my offi...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Quadprog solver stalled, constraints satisfied.
H is a 400 x 400 symmetric matrix, when I use quadprog(H,-f, Aieq, zeros(PreL_max,1),[],[],[],[],[],optimoptions('quadprog','Di...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


numerical problem of quadprog
Hi, I am trying to solve a badly scaled quadprog problem H = [5e15, -1.66e15, 1.02e9, -1.23e10; -1.66e15, 1....

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Confidence intervals of linear multiple regression
Considering following linear multiple regression model: where observations , coefficents and is a white Gaussian noise term...

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Rank one decomposition of a positive semi-definite matrix with inequality trace constraints
Suppose there is a square matrix and a positive semi-definite matrix , such that Is there any ways I could do the rank one d...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Given two probability density functions and correlation matrix, how to generate two correlated random sequences?
Given two probability density functions: * "ExponentialPower": px = exp( -0.5*abs((x-mu)/sigma).^(2/(1+beta) ))/( 2^((3...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort