Package examples.montecarlo
Class NewsSellerProblem
- java.lang.Object
-
- examples.montecarlo.NewsSellerProblem
-
public class NewsSellerProblem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NewsSellerProblem()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getPrice()
Statistic
getProfitGT0Stat()
Statistic
getProfitStat()
static void
main(java.lang.String[] args)
void
runSimulation(int q, int n)
void
setPrice(double p)
-