Giter VIP home page Giter VIP logo

Comments (2)

albertosantini avatar albertosantini commented on June 14, 2024

Thanks for the feedback.

No, you can't, because I didn't need shorts in my use cases (and I should state that in the docs).

portfolioOptim is the JS porting of the method portfolio.optim in the package tseries in R framework.
https://cran.r-project.org/web/packages/tseries/tseries.pdf

Generally speaking, any figure is tested with an R script and only if the figures are different, it is considered a bug in node-finance.

I should add a flag shorts to the signature, default to false.

Basically I should change lib/portfolio.js like

if (shorts) {
    Amat = stats.rbind(a1, a2, a3, a3neg);
    bvec = [1].concat(pm).concat(lows).concat(highs);
} else {
    Amat = stats.rbind(a1, a2, a3, a3, a3neg);
    bvec = [1].concat(pm).concat(b3).concat(lows).concat(highs);
} 

Any simple test (also with R script to compare the figures)?

See portofolio-test.js in test folder.

from node-finance.

Ulawun avatar Ulawun commented on June 14, 2024

Hello Alberto,
1000 thanks.
Your code suggestion works fantastic;
It gives my plausible results :-)
Best wishes
Ulrich

from node-finance.

Related Issues (2)

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.