Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContinuousRandomVars

R Package for working with Continuous Random Variables

INSTALLATION

The latest stable release is available on this repository. If you would like to install the current revision on GitHub, please follow these instructions:

  1. Install the R package "devtools" with the following command:

     install.packages("devtools")
    
  2. Load the devtools package with the following command:

     library(devtools)
    
  3. Using the install_github function, install discreteRV with the following command:

     install_github("DreamUnibucTeam/ContinuousRandomVars")
    
  4. Load the library with the following command:

     library(ContinuousRandomVars)
    
  5. You're done!

About

R package that implements Continous Random Variables and different functions and utilities

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages