| 
 | Chart FX 7 for Java Server | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<Analysis>
com.softwarefx.chartfx.server.statistical.Analysis
public enum Analysis
Analysis enumerations
| Enum Constant Summary | |
|---|---|
| COEFFICIENT_OF_DETERMINATIONCoefficient of Determiniation (SSR/SST). | |
| COEFFICIENT_OF_VARIATIONThe standard deviation divided by the mean. | |
| COVARIANCEThe covariance of two features measures their tendency to vary together, i.e., to co-vary. | |
| CPProcess Capability (Cp). | |
| CPKProcess Capability Index (Cpk). | |
| ERROR_BARSError bars are a graphic that visually represents the confidence interval around the mean value of the item. | |
| IQRInterquartile Range. | |
| KURTOSISThe degree of peakedness of a distribution, defined as a normalized form of the fourth central moment of a distribution. | |
| LINEAR_REGRESSION_BLinear Regression displacement b (y = m.x + b). | |
| LINEAR_REGRESSION_FF Test statistic for significance in Simple Linear Regression. | |
| LINEAR_REGRESSION_MLinear Regression slope m (y = m.x + b). | |
| LINEAR_REGRESSION_Tt Test statistic for significance in Simple Linear Regression. | |
| LOWER_QUARTILEThe median of the lower half of a set of values. | |
| LOWESSLocally Weighted Scatter plot Smoothing. | |
| LSLLower Specification Limit. | |
| MAXMaximum value. | |
| MEANAverage of all values. | |
| MEDIANThe middle value in an array of values. | |
| MINMinumum value. | |
| MODEA measure of central tendency that is the value that occurs most frequently in a group of values. | |
| MSEMean Square Due to Error. | |
| MSRMean Square Due to Regression. | |
| NData size (n). | |
| PEARSON_CORRELATION_COEFFICIENTPearson Product Moment Correlation Coefficient. | |
| POLYNOMIAL_REGRESSION | |
| PPProcess Performance (Pp). | |
| PPKProcess Performance Index (Ppk). | |
| RANGERange (Max - Min). | |
| REGRESSION_LINELinear Regression Study. | |
| SIGMA_1Sigma. | |
| SIGMA_22*Sigma. | |
| SIGMA_33*Sigma. | |
| SKEWNESSThe degree of asymmetry of a distribution. | |
| SSESum of Squares Due to Error. | |
| SSRSum of Squares Due to Regression. | |
| SSTTotal Sum of Squares. | |
| STANDARD_DEVIATIONThe square root of the variance. | |
| STANDARD_ERRORThe estimated standard deviation for a sample statistic which is also the standard deviation of a sampling distribution of means. | |
| STANDARD_ERROR_OF_ESTIMATEA measure of the accuracy of predictions made with a regression line. | |
| SUMSum of all values. | |
| UPPER_QUARTILEThe median of the upper half of a set of values. | |
| USLUpper Specification Limit. | |
| VARIANCEA measure of dispersion for a random variable or group of numbers. | |
| WECOWestern Electric Company Rules (WECO). | |
| ZSCORESz-Score zones. | |
| Method Summary | |
|---|---|
| static EnumSet<Analysis> | getEnumSetValue(int value)Returns a EnumSet that represents the given numeric value. | 
| static Analysis | getEnumValue(int value)Returns a Enum Item that represents the given numeric value. | 
| static int | getUnderlyingValue(Analysis value)Returns a numeric value that represents the given EnumSet or Enum item. | 
| static int | getUnderlyingValue(EnumSet<Analysis> value)Returns a numeric value that represents the given EnumSet or Enum item. | 
| static Analysis | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Analysis[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final Analysis N
public static final Analysis MIN
public static final Analysis MAX
public static final Analysis SUM
public static final Analysis MEDIAN
public static final Analysis MEAN
public static final Analysis MODE
public static final Analysis VARIANCE
public static final Analysis STANDARD_DEVIATION
public static final Analysis COEFFICIENT_OF_VARIATION
public static final Analysis STANDARD_ERROR
public static final Analysis LOWER_QUARTILE
public static final Analysis UPPER_QUARTILE
public static final Analysis IQR
public static final Analysis SKEWNESS
public static final Analysis RANGE
public static final Analysis KURTOSIS
public static final Analysis COVARIANCE
public static final Analysis PEARSON_CORRELATION_COEFFICIENT
public static final Analysis LINEAR_REGRESSION_M
public static final Analysis LINEAR_REGRESSION_B
public static final Analysis COEFFICIENT_OF_DETERMINATION
public static final Analysis STANDARD_ERROR_OF_ESTIMATE
public static final Analysis SSR
public static final Analysis SSE
public static final Analysis SST
public static final Analysis MSR
public static final Analysis MSE
public static final Analysis LINEAR_REGRESSION_T
public static final Analysis LINEAR_REGRESSION_F
public static final Analysis REGRESSION_LINE
public static final Analysis ZSCORES
public static final Analysis ERROR_BARS
public static final Analysis LOWESS
public static final Analysis SIGMA_3
public static final Analysis SIGMA_2
public static final Analysis SIGMA_1
public static final Analysis USL
public static final Analysis LSL
public static final Analysis PPK
public static final Analysis PP
public static final Analysis CPK
public static final Analysis CP
public static final Analysis WECO
public static final Analysis POLYNOMIAL_REGRESSION
| Method Detail | 
|---|
public static Analysis[] values()
for (Analysis c : Analysis.values()) System.out.println(c);
public static Analysis valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static EnumSet<Analysis> getEnumSetValue(int value)
Returns a EnumSet that represents the given numeric value.
value - numeric representation of the Enumset.public static Analysis getEnumValue(int value)
Returns a Enum Item that represents the given numeric value.
value - numeric representation of the Enum item.public static int getUnderlyingValue(Analysis value)
Returns a numeric value that represents the given EnumSet or Enum item.
value - A Enum Item or EnumSet.public static int getUnderlyingValue(EnumSet<Analysis> value)
Returns a numeric value that represents the given EnumSet or Enum item.
value - A Enum Item or EnumSet.| 
 | http://www.softwarefx.com | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||