Giter Club home page Giter Club logo

coincalc's Introduction

CoinCalc

CoinCalc R Package for Event Coincidence Analysis This R package provides six function allowing for the application of Event Coincidence Analysis for event (time) series.

coincalc's People

Contributors

jonatansiegmund avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

coincalc's Issues

CoinCalc package - still active?

Dear Jonatan,

I'd like to use some of the functions that are included in the CoinCalc repository in an R package that I'm preparing with some colleagues (https://github.com/wfinsinger/R-PaleoAnomalies).

I'm having the following problem:
Your CoinCalc repository includes R packages that *.tar.gz zipped, which strongly limits the access to the functions.

I see two possible solutions:
a) you could upload an unzipped version (CoinCalc_2.0) such that my R package may be able to call the functions from your repository;
b) I could fork your repo, and call the functions from my fork. The downside of this solution is that my fork will not be up-to-date with changes you may make on your repository. However, this wouldn't be a big issue if you are not planning to modify your CoinCalc package.

Kind regards,

Walter

Scaling with larger input

I've been running a few trials to test how well the packet will work with larger input.
For this I ran the following with increasing values of n starting from 20,200,...
It worked fine, until I tried an input vector with size = 20000. I couldn't interprete the error message. Is there a reason for the failure?

n <- 20000
v1 <- runif(n,0,1)
v2 <- runif(n,0,1)
v1.bin <- CC.binarize(data=v1,ev.def="percentile", thres=0.9, event="higher")
v2.bin <- CC.binarize(data=v2,ev.def="percentile", thres=0.9, event="higher")
out <- CC.eca.ts(v1.bin,v2.bin,sigtest="poisson")
Fehler in if (Pprec >= alpha) { : Fehlender Wert, wo TRUE/FALSE nötig ist

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.