Git Product home page Git Product logo

Comments (5)

lequant40 avatar lequant40 commented on August 23, 2024

Thanks a lot, I will have a look as soon as I find the time.

NB: I can think of NaNs happening in case the covariance matrix is not (semi) positive definite, but I would expect the algorithm to throw at some point instead of outputing NaNs, so, I am definitely intrigued :-) !

from portfolio_allocation_js.

shimikano avatar shimikano commented on August 23, 2024

Thanks for your reply!

I thought so too about the precondition of the covariance matrix.
While debugging, it seemed that the NaNs happened here.

from portfolio_allocation_js.

lequant40 avatar lequant40 commented on August 23, 2024

I confirm the issue is related to the covariance matrix being semi-definite positive (i.e., determinant equal to 0).

In this case, it might happen that the variance is (numerically) negative zero (e.g. -0,000000000001), from which it is not possible to compute a volatility.

I added a proper management of this specific case on my local computer (more tricky than it seems due to the convergence condition of the algorithm which needs to be slightly amended), and it is now working OK on your example.

Commit will follow with non-regression tests, and will be included in the next release 0.0.7.

Thanks again for reporting.

from portfolio_allocation_js.

shimikano avatar shimikano commented on August 23, 2024

Thank you very much, looking forward to the new release :)

from portfolio_allocation_js.

lequant40 avatar lequant40 commented on August 23, 2024

Solved with today's release of v0.0.7 of the library.

from portfolio_allocation_js.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.