Stuart Kozola
MathWorks
Followers: 0 Following: 0
Stuart leads product management for Quantitative Finance and Risk Management at MathWorks.
Estadística
CLASIFICACIÓN
6.554
of 295.448
REPUTACIÓN
4
CONTRIBUCIONES
1 Pregunta
9 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
72 of 20.227
REPUTACIÓN
12.752
EVALUACIÓN MEDIA
4.50
CONTRIBUCIONES
14 Archivos
DESCARGAS
92
ALL TIME DESCARGAS
107554
CLASIFICACIÓN
12.291
of 153.872
CONTRIBUCIONES
0 Problemas
33 Soluciones
PUNTUACIÓN
400
NÚMERO DE INSIGNIAS
3
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Gold Feb Historical Data From Yahoo Finance
Yahoo no longer supports this api. See this answer for more information. https://www.mathworks.com/matlabcentral/answers/335...
más de 7 años hace | 0
Getting Gold Feb (GCG12.CMX) Historical Data From Yahoo.
Yahoo no longer supports this api. See this answer for more information. https://www.mathworks.com/matlabcentral/answers/335...
más de 7 años hace | 0
fetch yahoo not working for Datafeed Toolbox
The MathWorks Support Team recently posted an update on this issue. Here is the answer to save you the click: “In April 2017,...
más de 7 años hace | 0
Passing in a function as an argument
To pass in a function to another function, use function handles (@). sf2 = @(inputs) subFcn2(inputs) then call it in sub...
más de 10 años hace | 2
mean-MAD portfolio optimization model
Here is an example on how to set up a standard mean-variance portfolio problem using Optimization Toolbox: http://www.mathwor...
alrededor de 13 años hace | 0
Question from global optimization webinar
4 - Can you use different norms (L1, L2)? In the webinar, I showed how to fit curves using the lsqcurvefit solver. This uses...
más de 13 años hace | 0
Question from global optimization webinar
3 - Is GA only binary? There is no limitation to binary in the solver. You can create a custom data type (non binary) if you...
más de 13 años hace | 0
Question from global optimization webinar
2- Optimization of multivariate data sets. There are two approaches you can take to solve this problem. A) fit a response su...
más de 13 años hace | 0
Question from global optimization webinar
1 - Optimization tool: To clarify, let's start with what most optimization solvers in MATLAB take in as inputs. They take in a...
más de 13 años hace | 0
Pregunta
Question from global optimization webinar
I thought I'd use this forum to post and answer some of the questions I've received from viewers of Global Optimization with MAT...
más de 13 años hace | 4 respuestas | 0