SSJ API Documentation
Stochastic Simulation in Java
Loading...
Searching...
No Matches
MonteCarloModelDensityKnown.java
1package umontreal.ssj.mcqmctools;
2
10
12
19 public double density(double x);
20
28 public double cdf(double x);
29
30}
An interface for a simulation model for which Monte Carlo (MC) and RQMC experiments are to be perform...
double density(double x)
Recovers the density of X evaluated at x.
double cdf(double x)
Recovers the cumulative density function (cdf) of evaluated at .
An interface for a very simple simulation model for which Monte Carlo (MC) and RQMC experiments are t...