You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @lequant40, I'm trying to use this library for a personal project and it's proving a very valuable learning exercise for understanding the relevant concepts in Portfolio Optimization space. Thanks a lot for making this resource open source!
I was hoping to get some clarification on a bug I'm running into while using method meanVarianceEfficientFrontierPortfolios from lib/allocation/mean-variance.js. Here are the details -
Describe the bug
Getting the following error while using the method meanVarianceEfficientFrontierPortfolios -
I completely understand if this takes some time to get resolved, as I saw that the repo was not under active development recently. Just thought of reporting the bug regardless.
I also looked into https://portfoliooptimizer.io briefly, although wasn't sure if the free tier would be sufficient for my use case.
(Sorry - would have loved to go for the premium tier, but in a bit of a cash crunch lately :(( )
Nonetheless, thanks again for your attention to this. Phenomenal work on this library overall. Hoping to see it being usable in the future.
Hello @lequant40, I'm trying to use this library for a personal project and it's proving a very valuable learning exercise for understanding the relevant concepts in Portfolio Optimization space. Thanks a lot for making this resource open source!
I was hoping to get some clarification on a bug I'm running into while using method
meanVarianceEfficientFrontierPortfolios
from lib/allocation/mean-variance.js. Here are the details -Describe the bug
Getting the following error while using the method
meanVarianceEfficientFrontierPortfolios
-To Reproduce
I am trying to run this method on dummy data, like so -
and got the aforementioned error.
Expected behavior
meanVarianceEfficientFrontierPortfolios
method should return n portfolios (n=10 in this case) when called.I would really appreciate it if you could look into this and provide some information. Thanks!
The text was updated successfully, but these errors were encountered: