SSJ API Documentation
Stochastic Simulation in Java
Loading...
Searching...
No Matches
umontreal.ssj.charts.QQPlot Member List

This is the complete list of members for umontreal.ssj.charts.QQPlot, including all inherited members.

add(double[] x, double[] y, String name, String plotStyle)umontreal.ssj.charts.XYLineChart
add(double[] x, double[] y)umontreal.ssj.charts.XYLineChart
add(double[] x, double[] y, int numPoints)umontreal.ssj.charts.XYLineChart
add(double[][] data)umontreal.ssj.charts.XYLineChart
add(double[][] data, int numPoints)umontreal.ssj.charts.XYLineChart
disableGrid()umontreal.ssj.charts.XYChart
drawVerticalLine(double x, String name, double yfrac, boolean right)umontreal.ssj.charts.XYChart
enableGrid(double xstep, double ystep)umontreal.ssj.charts.XYChart
getChartMargin()umontreal.ssj.charts.XYChart
getJFreeChart()umontreal.ssj.charts.XYChart
getSeriesCollection()umontreal.ssj.charts.XYLineChart
getTitle()umontreal.ssj.charts.XYChart
getXAxis()umontreal.ssj.charts.XYChart
getYAxis()umontreal.ssj.charts.XYChart
QQPlot(String title, String XLabel, String YLabel, ContinuousDistribution dist, double[] X)umontreal.ssj.charts.QQPlot
QQPlot(String title, String XLabel, String YLabel, ContinuousDistribution dist, double[] X, int numPoints)umontreal.ssj.charts.QQPlot
QQPlot(String title, String XLabel, String YLabel, ContinuousDistribution dist, double[][] data, int r)umontreal.ssj.charts.QQPlot
setAutoRange()umontreal.ssj.charts.XYChart
setAutoRange(boolean right, boolean top)umontreal.ssj.charts.XYChart
setAutoRange00(boolean xZero, boolean yZero)umontreal.ssj.charts.XYChart
setChartMargin(double margin)umontreal.ssj.charts.XYChart
setLatexDocFlag(boolean flag)umontreal.ssj.charts.XYChart
setManualRange(double[] range)umontreal.ssj.charts.XYChart
setManualRange(double[] range, boolean right, boolean top)umontreal.ssj.charts.XYChart
setManualRange00(double[] range, boolean xZero, boolean yZero)umontreal.ssj.charts.XYChart
setprobFlag(boolean flag)umontreal.ssj.charts.XYChart
setSeriesCollection(XYListSeriesCollection dataset)umontreal.ssj.charts.XYLineChart
setTicksSynchro(int s)umontreal.ssj.charts.XYLineChart
setTitle(String title)umontreal.ssj.charts.XYChart
toLatex(double width, double height)umontreal.ssj.charts.XYLineChart
toLatexFile(String fileName, double width, double height)umontreal.ssj.charts.XYChart
view(int width, int height)umontreal.ssj.charts.XYLineChart
viewBar(int width, int height)umontreal.ssj.charts.XYLineChart
XYLineChart()umontreal.ssj.charts.XYLineChart
XYLineChart(String title, String XLabel, String YLabel, double[][]... data)umontreal.ssj.charts.XYLineChart
XYLineChart(String title, String XLabel, String YLabel, double[][] data, int numPoints)umontreal.ssj.charts.XYLineChart
XYLineChart(String title, String XLabel, String YLabel, double[][] data, int x, int y)umontreal.ssj.charts.XYLineChart
XYLineChart(String title, String XLabel, String YLabel, DoubleArrayList... data)umontreal.ssj.charts.XYLineChart
XYLineChart(String title, String XLabel, String YLabel, XYSeriesCollection data)umontreal.ssj.charts.XYLineChart