Community Profile

photo

Mingyang Sun


Imperial College London

Last seen: 4 months ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

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

View badges

Feeds

View by

Question


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, ...

10 months ago | 1 answer | 0

1

answer

Question


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...

1 year ago | 1 answer | 0

1

answer

Question


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 ...

1 year ago | 1 answer | 0

1

answer

Question


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...

1 year ago | 1 answer | 0

1

answer

Answered
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 ...

2 years ago | 0

Question


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 ...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 0 answers | 0

0

answers

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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....

3 years ago | 0 answers | 0

0

answers

Question


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

3 years ago | 0 answers | 0

0

answers

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer