Skip to content

rcqls/wedge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wedge probability computation

This R package wedge is devoted to the computation of wedge probabilities. It includes two functions using pure R vectorization and Rcpp (interfacing C++ code directly in the R system). See arXiv1612.05764 for mathematical details.

Installation

Installation wedge using the devtools package:

devtools::install_github("rcqls/wedge")

Binaries for Windows and MacOS are available upon request

Interested in parallel computation?

A companion R package wedgeParallel is also available. It takes full advantage of the multicore architecture of your computer. To install it, run the following line in a terminal:

devtools::install_github("rcqls/wedgeParallel")

About

Wedge probability computation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published