1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 06, 2024 — Oct 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactored example from `xwt` to a separate file More... almost 10 years ago
activated the example in `check.data` More... almost 10 years ago
refactored example from `plot.biwavelet` to a separate file More... almost 10 years ago
Refactored examples from `wdist` and `wclust` into separate files. + added `quiet` paramter to `wclust` More... almost 10 years ago
added test for `wclust` More... almost 10 years ago
Merge pull request #15 from vsimko/master More... almost 10 years ago
copied the unit tests from wtc.sig More... almost 10 years ago
added dummy progress bar to wtc_sig_parallel More... almost 10 years ago
Implemented a parallelized Monte Carlo simulation function `wtc_sig_parallel` which on my 4-core CPU is 2-4 times faster than the original `wtc.sig`. More... almost 10 years ago
minor fixes More... almost 10 years ago
minor fixes More... almost 10 years ago
Merge pull request #14 from vsimko/master More... almost 10 years ago
regenerated README.md in order to fix broken image links More... almost 10 years ago
Merge branch 'vsimko-master' More... almost 10 years ago
Merge branch 'master' of https://github.com/vsimko/biwavelet into vsimko-master More... almost 10 years ago
removed wtc_sig_fast that caused the failted build More... almost 10 years ago
Fixed some weird issues from the previous git merge More... almost 10 years ago
Fixed some weird issues from the previous git merge More... almost 10 years ago
minor change More... almost 10 years ago
minor refactoring More... almost 10 years ago
Added a speed-optimized version of convolve2D More... almost 10 years ago
Update Travis CI and codecov links More... almost 10 years ago
Update README More... almost 10 years ago
removed the old wtc.png image which had wrong arrows anyways (according to Tarik's email) More... almost 10 years ago
removed the old wtc.png image which had wrong arrows anyways (according to Tarik's email) More... almost 10 years ago
added my experimental speed-otimizing snippets More... almost 10 years ago
replaced standard "arima.sim" function with a pair of functions "get_minroots" and "ar1_ma0_sim" (still in R, later can be reimplemented in C) More... almost 10 years ago
Replaced every "1:N" expression with seq_len(N) because my microbenchmarks show that it is faster. More... almost 10 years ago
Merge branch 'master' into faster_arimasim More... almost 10 years ago
Added some external links More... almost 10 years ago