| Home >> All >> org >> mrd >> [ jelly Javadoc ] |
| | org.mrd.jelly.distribution.* (7) | | org.mrd.jelly.io.* (4) | | org.mrd.jelly.random.* (7) |
| | org.mrd.jelly.repast.* (31) |
org.mrd.jelly: Javadoc index of package org.mrd.jelly.
Package Samples:
org.mrd.jelly.distribution
org.mrd.jelly.repast.schedule
org.mrd.jelly.repast
org.mrd.jelly.io
org.mrd.jelly.random
org.mrd.jelly.repast.analysis.opengraph
org.mrd.jelly.repast.analysis.openhistogram
org.mrd.jelly.repast.analysis.opensequence
org.mrd.jelly.repast.analysis
org.mrd.jelly.repast.gui
Classes:
Beta: This is a random number generation class that produces pseudo-random doubles acording to a configured Beta Distribution. The Distribution is supported by the cern.jet.random.Beta Distribution Class. The distribution can be configured by two strategies 1.) Alpha and Beta parameters can be provided for the distribution. 2.) The mean and standard devation can be provided to configure the distribution. With this strategy alpha and beta are estimated through the method of matching moments to be alpha = mean{[mean(1-mean)/s^2] - 1} beta = (1-mean) mean{[mean(1-mean)/s^2] - 1}
Beta: This is a random number generation class that produces pseudo-random doubles acording to a configured Beta Distribution. The Distribution is supported by the cern.jet.random.Beta Distribution Class. The distribution can be configured by two strategies 1.) Alpha and Beta parameters can be provided for the distribution. 2.) The mean and standard devation can be provided to configure the distribution. With this strategy alpha and beta are estimated through the equations: alpha = mean{[mean(1-mean)/s^2] - 1} beta = (1-mean) mean{[mean(1-mean)/s^2] - 1}
Gamma: This is a random number generation class that produces pseudo-random doubles acording to a configured Lambda Distribution. The Distribution is supported by the cern.jet.random.Gamma Distribution Class. The distribution can be configured by two strategies 1.) Alpha and Lambda parameters can be provided for the distribution.
Gamma: This is a random number generation class that produces pseudo-random doubles acording to a configured Lambda Distribution. The Distribution is supported by the cern.jet.random.Gamma Distribution Class. The distribution can be configured by two strategies 1.) Alpha and Lambda parameters can be provided for the distribution.
Normal: This is a random number generation class that produces pseudo-random doubles acording to a configured Normal Distribution. It uses the cern.jet.random.Normal Class to support this distribution. The distribution can be configured by supplying a mean and a standard devation. A seed can also be provided.
Normal: This is a random number generation class that produces pseudo-random doubles acording to a configured Normal Distribution. It uses the cern.jet.random.Normal Class to support this distribution. The distribution can be configured by supplying a mean and a standard devation. A seed can also be provided.
Uniform: This is a random number generation class that produces pseudo-random doubles acording to a configured Normal Distribution. It uses the cern.jet.random.Normal Class to support this distribution. The distribution can be configured by supplying a mean and a standard devation. A seed can also be provided.
Uniform: This is a random number generation class that produces pseudo-random doubles acording to a configured Normal Distribution. It uses the cern.jet.random.Normal Class to support this distribution. The distribution can be configured by supplying a mean and a standard devation. A seed can also be provided.
MapTagBase
TagBase
DistributionTagBase
DistributionTagLibrary
MersenneTwister
FileWriterTag
IOTagLibrary
PrintLnTag
PrintTag
DistributionTagBase
MersenneTwister
RandomTagLibrary
ControllerTag
ModelTag
ProjectTag
RepastTagLibrary
BeginTag
| Home | Contact Us | Privacy Policy | Terms of Service |