|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.charts.DiscreteDistIntChart
public class DiscreteDistIntChart
DiscreteDistIntChart
This class provides tools to plot the mass function and the cumulative probability of a discrete probability distribution over the integers.
Constructor Summary | |
---|---|
DiscreteDistIntChart(DiscreteDistributionInt dist)
. |
|
DiscreteDistIntChart(DiscreteDistributionInt dist,
int a,
int b)
. |
Method Summary | |
---|---|
XYLineChart |
getCdf()
. |
XYLineChart |
getProb()
. |
void |
setParam(int a,
int b)
. |
String |
toLatexCdf(int width,
int height)
. |
String |
toLatexProb(int width,
int height)
. |
JFrame |
viewCdf(int width,
int height)
. |
JFrame |
viewCdf(int width,
int height,
int a,
int b)
. |
JFrame |
viewProb(int width,
int height)
. |
JFrame |
viewProb(int width,
int height,
int a,
int b)
. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiscreteDistIntChart(DiscreteDistributionInt dist)
public DiscreteDistIntChart(DiscreteDistributionInt dist, int a, int b)
Method Detail |
---|
public JFrame viewCdf(int width, int height, int a, int b)
public JFrame viewCdf(int width, int height)
public JFrame viewProb(int width, int height, int a, int b)
public JFrame viewProb(int width, int height)
public void setParam(int a, int b)
public String toLatexCdf(int width, int height)
public String toLatexProb(int width, int height)
public XYLineChart getCdf()
public XYLineChart getProb()
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |