Java Doc for DefaultBoxAndWhiskerXYDataset.java in  » Chart » jfreechart » org » jfree » data » statistics » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Chart » jfreechart » org.jfree.data.statistics 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jfree.data.xy.AbstractXYDataset
   org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset

DefaultBoxAndWhiskerXYDataset
public class DefaultBoxAndWhiskerXYDataset extends AbstractXYDataset implements BoxAndWhiskerXYDataset,RangeInfo(Code)
A simple implementation of the BoxAndWhiskerXYDataset . The dataset can hold only one series.



Constructor Summary
public  DefaultBoxAndWhiskerXYDataset(Comparable seriesKey)
     Constructs a new box and whisker dataset.

Method Summary
public  voidadd(Date date, BoxAndWhiskerItem item)
     Adds an item to the dataset.
public  doublegetFaroutCoefficient()
     Returns the value used as the farout coefficient.
public  BoxAndWhiskerItemgetItem(int series, int item)
     Return an item from within the dataset.
public  intgetItemCount(int series)
     Returns the number of items in the specified series.
Parameters:
  series - the index (zero-based) of the series.
public  NumbergetMaxOutlier(int series, int item)
     Returns the maximum value which is not a farout, ie Q3 + (interquartile range * farout coefficient).
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index).
public  NumbergetMaxRegularValue(int series, int item)
     Returns the max-value for the specified series and item.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index).
public  NumbergetMeanValue(int series, int item)
     Returns the mean for the specified series and item.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index).
public  NumbergetMedianValue(int series, int item)
     Returns the median-value for the specified series and item.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index).
public  NumbergetMinOutlier(int series, int item)
     Returns the minimum value which is not a farout.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index).
public  NumbergetMinRegularValue(int series, int item)
     Returns the min-value for the specified series and item.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index).
public  doublegetOutlierCoefficient()
     Returns the value used as the outlier coefficient.
public  ListgetOutliers(int series, int item)
     Returns an array of outliers for the specified series and item.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index).
public  NumbergetQ1Value(int series, int item)
     Returns the Q1 median-value for the specified series and item.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index).
public  NumbergetQ3Value(int series, int item)
     Returns the Q3 median-value for the specified series and item.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index).
public  RangegetRangeBounds(boolean includeInterval)
     Returns the range of the values in this dataset's range.
Parameters:
  includeInterval - a flag that determines whether or not they-interval is taken into account.
public  doublegetRangeLowerBound(boolean includeInterval)
     Returns the minimum y-value in the dataset.
Parameters:
  includeInterval - a flag that determines whether or not they-interval is taken into account.
public  doublegetRangeUpperBound(boolean includeInterval)
     Returns the maximum y-value in the dataset.
Parameters:
  includeInterval - a flag that determines whether or not they-interval is taken into account.
public  intgetSeriesCount()
     Returns the number of series in the dataset.
public  ComparablegetSeriesKey(int i)
     Returns the name of the series stored in this dataset.
Parameters:
  i - the index of the series.
public  NumbergetX(int series, int item)
     Returns the x-value for one item in a series.

The value returned is a Long object generated from the underlying Date object.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index).

public  DategetXDate(int series, int item)
     Returns the x-value for one item in a series, as a Date.

This method is provided for convenience only.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index).

public  NumbergetY(int series, int item)
     Returns the y-value for one item in a series.

This method (from the XYDataset interface) is mapped to the getMaxNonOutlierValue() method.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index).

public  voidsetFaroutCoefficient(double faroutCoefficient)
     Sets the value used as the farouts coefficient.
public  voidsetOutlierCoefficient(double outlierCoefficient)
    


Constructor Detail
DefaultBoxAndWhiskerXYDataset
public DefaultBoxAndWhiskerXYDataset(Comparable seriesKey)(Code)
Constructs a new box and whisker dataset.

The current implementation allows only one series in the dataset. This may be extended in a future version.
Parameters:
  seriesKey - the key for the series.





Method Detail
add
public void add(Date date, BoxAndWhiskerItem item)(Code)
Adds an item to the dataset.
Parameters:
  date - the date.
Parameters:
  item - the item.



getFaroutCoefficient
public double getFaroutCoefficient()(Code)
Returns the value used as the farout coefficient. The farout coefficient allows the calculation of which values will be off the graph. A double representing the value used to calculate farouts.



getItem
public BoxAndWhiskerItem getItem(int series, int item)(Code)
Return an item from within the dataset.
Parameters:
  series - the series index (ignored, since this dataset containsonly one series).
Parameters:
  item - the item within the series (zero-based index) The item.



getItemCount
public int getItemCount(int series)(Code)
Returns the number of items in the specified series.
Parameters:
  series - the index (zero-based) of the series. The number of items in the specified series.



getMaxOutlier
public Number getMaxOutlier(int series, int item)(Code)
Returns the maximum value which is not a farout, ie Q3 + (interquartile range * farout coefficient).
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index). A Number representing the maximum non-farout value.



getMaxRegularValue
public Number getMaxRegularValue(int series, int item)(Code)
Returns the max-value for the specified series and item.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index). The max-value for the specified series and item.



getMeanValue
public Number getMeanValue(int series, int item)(Code)
Returns the mean for the specified series and item.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index). The mean for the specified series and item.



getMedianValue
public Number getMedianValue(int series, int item)(Code)
Returns the median-value for the specified series and item.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index). The median-value for the specified series and item.



getMinOutlier
public Number getMinOutlier(int series, int item)(Code)
Returns the minimum value which is not a farout.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index). A Number representing the maximum non-farout value.



getMinRegularValue
public Number getMinRegularValue(int series, int item)(Code)
Returns the min-value for the specified series and item.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index). The min-value for the specified series and item.



getOutlierCoefficient
public double getOutlierCoefficient()(Code)
Returns the value used as the outlier coefficient. The outlier coefficient gives an indication of the degree of certainty in an unskewed distribution. Increasing the coefficient increases the number of values included. Currently only used to ensure farout coefficient is greater than the outlier coefficient A double representing the value used to calculate outliers.



getOutliers
public List getOutliers(int series, int item)(Code)
Returns an array of outliers for the specified series and item.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index). The array of outliers for the specified series and item.



getQ1Value
public Number getQ1Value(int series, int item)(Code)
Returns the Q1 median-value for the specified series and item.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index). The Q1 median-value for the specified series and item.



getQ3Value
public Number getQ3Value(int series, int item)(Code)
Returns the Q3 median-value for the specified series and item.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index). The Q3 median-value for the specified series and item.



getRangeBounds
public Range getRangeBounds(boolean includeInterval)(Code)
Returns the range of the values in this dataset's range.
Parameters:
  includeInterval - a flag that determines whether or not they-interval is taken into account. The range.



getRangeLowerBound
public double getRangeLowerBound(boolean includeInterval)(Code)
Returns the minimum y-value in the dataset.
Parameters:
  includeInterval - a flag that determines whether or not they-interval is taken into account. The minimum value.



getRangeUpperBound
public double getRangeUpperBound(boolean includeInterval)(Code)
Returns the maximum y-value in the dataset.
Parameters:
  includeInterval - a flag that determines whether or not they-interval is taken into account. The maximum value.



getSeriesCount
public int getSeriesCount()(Code)
Returns the number of series in the dataset.

This implementation only allows one series. The number of series.




getSeriesKey
public Comparable getSeriesKey(int i)(Code)
Returns the name of the series stored in this dataset.
Parameters:
  i - the index of the series. Currently ignored. The name of this series.



getX
public Number getX(int series, int item)(Code)
Returns the x-value for one item in a series.

The value returned is a Long object generated from the underlying Date object.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index). The x-value.




getXDate
public Date getXDate(int series, int item)(Code)
Returns the x-value for one item in a series, as a Date.

This method is provided for convenience only.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index). The x-value as a Date.




getY
public Number getY(int series, int item)(Code)
Returns the y-value for one item in a series.

This method (from the XYDataset interface) is mapped to the getMaxNonOutlierValue() method.
Parameters:
  series - the series (zero-based index).
Parameters:
  item - the item (zero-based index). The y-value.




setFaroutCoefficient
public void setFaroutCoefficient(double faroutCoefficient)(Code)
Sets the value used as the farouts coefficient. The farout coefficient must b greater than the outlier coefficient.
Parameters:
  faroutCoefficient - being a double representing the value used to calculate farouts.



setOutlierCoefficient
public void setOutlierCoefficient(double outlierCoefficient)(Code)
Sets the value used as the outlier coefficient
Parameters:
  outlierCoefficient - being a double representing the value used to calculate outliers.



Methods inherited from org.jfree.data.xy.AbstractXYDataset
public DomainOrder getDomainOrder()(Code)(Java Doc)
public double getXValue(int series, int item)(Code)(Java Doc)
public double getYValue(int series, int item)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.