It is simple, I know but I have little understanding of convex optimization yet
Problem definition:
a data matrix A (m x n), each row has n components([ai1, ai2, ..., ain]), m is the number of measures. ai1, ai2, ..., ain are themselves highly correlated to each other
constraints wi >= 0 and sum of wi is 1, basically wi can be interpreted as weights
which python or matlab package could I use, maybe ?
This is a problem in Quadratic Programming.