| Лицензия |
Лицензия |
|---|---|
| Группа | Группаca.umontreal.iro |
| Идентификатор | Идентификаторssj |
| Последняя версия | Последняя версия2.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеssj
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| ssj-2.5.pom | |
| ssj-2.5.jar | 1 MB |
| ssj-2.5-sources.jar | 1 MB |
| ssj-2.5-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ca.umontreal.iro/ssj/ -->
<dependency>
<groupId>ca.umontreal.iro</groupId>
<artifactId>ssj</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/ca.umontreal.iro/ssj/
implementation 'ca.umontreal.iro:ssj:2.5'
// https://jarcasting.com/artifacts/ca.umontreal.iro/ssj/
implementation ("ca.umontreal.iro:ssj:2.5")
'ca.umontreal.iro:ssj:jar:2.5'
<dependency org="ca.umontreal.iro" name="ssj" rev="2.5">
<artifact name="ssj" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.umontreal.iro', module='ssj', version='2.5')
)
libraryDependencies += "ca.umontreal.iro" % "ssj" % "2.5"
[ca.umontreal.iro/ssj "2.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| jfree : jfreechart | jar | 1.0.13 |
| org.apache.mahout : mahout-collections | jar | 1.0 |
| jfree : jcommon | jar | 1.0.16 |
| colt : colt | jar | 1.2.0 |
| com.github.rwl : optimization | jar | 1.3 |
| dsol » dsol-xml | jar | 1.6.9 |