Respondida
Clarifying Definition of Turnover in Financial Toolbox
Hi Dat, I think the constraint should be interpreted as follows - 1/2 * |Port - InitPort| <= Turnover

casi 6 años hace | 0

Respondida
How do I get the distance between the point and the hyperplane using libsvm?
Hey Stef You can find the distance of a point i from hyperplane as follows: distance_i = |decision_value|_i / |w|-b w...

casi 6 años hace | 0

| aceptada

Respondida
Is it possible to use a for loop to change which linear regression to use for optimization purposes?
Hi Anna, The below code snippet can accomplish the task. It fits all the models specified it 'fit_func' array and records the...

casi 6 años hace | 0

| aceptada

Respondida
Using the fitlm function for model without intercept, how R-squared is being calculated?
Hi Farhad, There are 2 types of R-squared values - # Ordinary R-Squared # Adjusted R-Squared You can have a look at t...

casi 6 años hace | 0

Respondida
Structure arrays in Matlab2016
Hi Mykola, Since you have stored the fields of structure as sldd, they may not be directly accessible using the dot operator ...

casi 6 años hace | 0