org.math.plot.plots
Class QuantilePlot
java.lang.Object
org.math.plot.plots.Plot
org.math.plot.plots.QuantilePlot
- All Implemented Interfaces:
- Editable, Noteable, Plotable
public class QuantilePlot
- extends Plot
Titre :
Description :
Copyright : BSD License
Soci�t� :
- Version:
- 1.0
- Author:
- Yann RICHET
Constructor Summary |
QuantilePlot(Plot p,
int a,
double q)
|
QuantilePlot(Plot p,
int a,
double[] q)
|
QuantilePlot(Plot p,
int a,
double[] q,
double r)
|
QuantilePlot(Plot p,
int a,
double q,
double r)
|
Methods inherited from class org.math.plot.plots.Plot |
addQuantile, addQuantile, addQuantile, addQuantiles, addQuantiles, edit, editnote, getColor, getName, getVisible, note, plot, plotQuantiles, setColor, setName, setVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RADIUS
public static int RADIUS
plot
Plot plot
axe
int axe
quantileRate
double quantileRate
main_data_constant
double main_data_constant
symetric
public boolean symetric
Q
double[] Q
QuantilePlot
public QuantilePlot(Plot p,
int a,
double[] q)
QuantilePlot
public QuantilePlot(Plot p,
int a,
double q,
double r)
QuantilePlot
public QuantilePlot(Plot p,
int a,
double q)
QuantilePlot
public QuantilePlot(Plot p,
int a,
double[] q,
double r)
getQuantilesValue
public double getQuantilesValue(int numCoord)
getAxe
public int getAxe()
getQuantileRate
public double getQuantileRate()
plot
public void plot(AbstractDrawer draw,
Color c)
- Specified by:
plot
in class Plot
setData
public void setData(double[][] d)
- Specified by:
setData
in class Plot
getData
public double[][] getData()
- Specified by:
getData
in class Plot
isSelected
public double[] isSelected(int[] screenCoordTest,
AbstractDrawer draw)
- Specified by:
isSelected
in interface Editable
- Specified by:
isSelected
in interface Noteable
- Specified by:
isSelected
in class Plot