CRAN
visualize 4.3.0
Graph Probability Distributions with User Supplied Parameters and Statistics
Released Apr 27, 2017 by James Balamuta
Graphs the pdf or pmf and highlights what area or probability is present in user defined locations. Visualize is able to provide lower tail, bounded, upper tail, and two tail calculations. Supports strict and equal to inequalities. Also provided on the graph is the mean and variance of the distribution.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>visualize</artifactId> <version>4.3.0-b19</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:visualize')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 25, 2018.
- visualize-package-examples
- visualize.beta-examples
- visualize.binom-examples
- visualize.cauchy-examples
- visualize.chisq-examples
- visualize.continuous-examples
- visualize.discrete-examples
- visualize.distributions-examples
- visualize.exp-examples
- visualize.f-examples
- visualize.gamma-examples
- visualize.geom-examples
- visualize.hyper-examples
- visualize.it-examples
- visualize.lnorm-examples
- visualize.logis-examples
- visualize.nbinom-examples
- visualize.norm-examples
- visualize.pois-examples
- visualize.t-examples
- visualize.unif-examples
- visualize.wilcox-examples