Code Monkey home page Code Monkey logo

Comments (2)

tvatter avatar tvatter commented on May 25, 2024

Hi @ivanlongin,

The issue was related to non-integer degrees of freedom.

The fix will be part of the next release that we are preparing (most likely beginning of next week on CRAN).

If you want to use it already, I pushed the fix in the weights branch that contain all of the new features and bug fixes. You can install it via devtools::install_github("vinecopulib/rvinecopulib", ref = "weights").

Note that, if you want to install this new version, you'll need the latest versions of the RcppThread and wdm packages that Thomas pushed to CRAN yesterday. Furthermore, it seems that the binary of the two packages are not yet available, so you will need to do install.packages("RcppThread", type = "source") and install.packages("wdm", type = "source") before you can do devtools::install_github("vinecopulib/rvinecopulib", ref = "weights").

Notice of caution, we made several modifications that considerably slowed down the compilation time for rvinecopulib. Don't worry if it takes a while to install, we are still working on it.

from rvinecopulib.

tvatter avatar tvatter commented on May 25, 2024

u = matrix(c(0.5215358, 0.5762758,
0.1901277, 0.6213009,
0.6106837, 0.8506270,
0.2900435, 0.3769789,
0.3729131, 0.4309416,
0.6349203, 0.6944853), ncol = 2, byrow = TRUE)

pbicop(u, family='t', rotation = 0, parameters = c(0.920266, 6.295919))

[1] 0.4814888 0.1895326 0.6081557 0.2650689 0.3355233 0.6016786

from rvinecopulib.

Related Issues (20)

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.