Download ssj-2.5.jar file - Jar s

Jar examples for s:ssj

Description

SSJ is a Java library for stochastic simulation, developed under the direction of Pierre L'Ecuyer, in the D?partement d'Informatique et de Recherche Op?rationnelle (DIRO), at the Universit? de Montr?al. It provides facilities for generating uniform and nonuniform random variates, computing different measures related to probability distributions, performing goodness-of-fit tests, applying quasi-Monte Carlo methods, collecting (elementary) statistics, and programming discrete-event simulations with both events and processes.

You can download jar file ssj 2.5 in this page.

License

Apache-2.0

Build File

You can use the following script to add ssj-2.5.jar to your project.

<dependency>
   <groupId>ca.umontreal.iro</groupId>
   <artifactId>ssj</artifactId>
   <version>2.5</version>
</dependency>
compile group: 'ca.umontreal.iro', name: 'ssj', version: '2.5'
libraryDependencies += "ca.umontreal.iro" % "ssj" % "2.5"
<dependency org="ca.umontreal.iro" name="ssj" rev="2.5"/>
@Grapes(@Grab(group='ca.umontreal.iro', module='ssj', version='2.5'))
'ca.umontreal.iro:ssj:jar:2.5'

Download

Click the following link to download the jar file.

ssj-2.5-javadoc.jar
ssj-2.5-sources.jar
ssj-2.5.jar
ssj-2.5.pom



Related Tutorials