Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stem-dev] BinomialDistributionUtil

Hi Taras,

If you look in the package
org.eclipse.stem.core.math
you will find the class BinomialDistributionUtil

This class is instantiated in the class
StandardStochasticImpl.java
which is in the package org.eclipse.stem.solvers.stochastic.impl
in the method step()

The work happens for every transition where you can see a call to
binomialDist.fastPickFromBinomialDist()



Best Regards,
Jamie

IBM Almaden Research Center, 650 Harry Rd.
San Jose, CA 95120-6099
email: jhkauf@xxxxxxxxxx
phone: (408) 927-2477  (tie 457-2477)



Back to the top