|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--pisgah.StudentTGraphData
Provides data for graphing the pdf of a Student t distribution
| Field Summary |
| Fields inherited from interface pisgah.PdfPlotable |
BOTH_TAILS, LEFT_TAIL, RIGHT_TAIL |
| Constructor Summary | |
StudentTGraphData(int n,
float x1,
float x2)
constructs StudentTGraphData |
|
StudentTGraphData(int n,
float x1,
float x2,
boolean inverseSelected,
int tailChoice)
constructs StudentTGraphData |
|
| Method Summary | |
float |
getHighX()
Gets the lower bound for the viewport. |
java.awt.geom.Point2D.Float |
getHighXInterval()
Get the x and y coordinates of the right end of the probability interval. |
float |
getHighY()
|
float |
getLowX()
Gets the lower bound for the viewport. |
java.awt.geom.Point2D.Float |
getLowXInterval()
Get the x and y coordinates of the left end of the probability interval. |
float |
getLowY()
|
java.awt.geom.Point2D.Float[] |
getPlotPoints()
implements getPlotPoints in PdfPlotable |
int |
getTailChoice()
|
java.lang.String |
getTitle()
|
java.lang.String |
getXAxisLabel()
Get the label for the horizontal axis |
boolean |
isInverseSelected()
|
void |
reset()
|
void |
setInverseSelected(boolean inverseSelected)
|
void |
setTailChoice(int tailChoice)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StudentTGraphData(int n,
float x1,
float x2)
StudentTGraphData
n - is the degrees of freedom
public StudentTGraphData(int n,
float x1,
float x2,
boolean inverseSelected,
int tailChoice)
StudentTGraphData
n - is the degrees of freedominverseSelected - sets the inverse modetailChoice - sets the tail choice in inverse mode| Method Detail |
public java.awt.geom.Point2D.Float[] getPlotPoints()
getPlotPoints in interface PdfPlotablepublic float getLowX()
public float getHighX()
public float getLowY()
getLowY in interface PdfPlotablepublic float getHighY()
getHighY in interface PdfPlotablepublic java.awt.geom.Point2D.Float getLowXInterval()
getLowXInterval in interface PdfPlotablepublic java.awt.geom.Point2D.Float getHighXInterval()
getHighXInterval in interface PdfPlotablepublic java.lang.String getXAxisLabel()
getXAxisLabel in interface PdfPlotablepublic java.lang.String getTitle()
getTitle in interface PdfPlotablepublic void reset()
reset in interface PdfPlotablepublic boolean isInverseSelected()
isInverseSelected in interface PdfPlotablepublic void setInverseSelected(boolean inverseSelected)
public int getTailChoice()
getTailChoice in interface PdfPlotablepublic void setTailChoice(int tailChoice)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||