Enum Constant and Description |
---|
COEFFICIENT_OF_DETERMINATION
Coefficient of Determiniation (SSR/SST).
|
COEFFICIENT_OF_VARIATION
The standard deviation divided by the mean.
|
COVARIANCE
The covariance of two features measures their tendency to vary together, i.e., to co-vary.
|
CP
Process Capability (Cp).
|
CPK
Process Capability Index (Cpk).
|
ERROR_BARS
Error bars are a graphic that visually represents the confidence interval around the mean value of the item.
|
IQR
Interquartile Range.
|
KURTOSIS
The degree of peakedness of a distribution, defined as a normalized form of the fourth central moment of a distribution.
|
LINEAR_REGRESSION_B
Linear Regression displacement b (y = m.x + b).
|
LINEAR_REGRESSION_F
F Test statistic for significance in Simple Linear Regression.
|
LINEAR_REGRESSION_M
Linear Regression slope m (y = m.x + b).
|
LINEAR_REGRESSION_T
t Test statistic for significance in Simple Linear Regression.
|
LOWER_QUARTILE
The median of the lower half of a set of values.
|
LOWESS
Locally Weighted Scatter plot Smoothing.
|
LSL
Lower Specification Limit.
|
MAX
Maximum value.
|
MEAN
Average of all values.
|
MEDIAN
The middle value in an array of values.
|
MIN
Minumum value.
|
MODE
A measure of central tendency that is the value that occurs most frequently in a group of values.
|
MSE
Mean Square Due to Error.
|
MSR
Mean Square Due to Regression.
|
N
Data size (n).
|
PEARSON_CORRELATION_COEFFICIENT
Pearson Product Moment Correlation Coefficient.
|
POLYNOMIAL_REGRESSION
Description goes here
|
PP
Process Performance (Pp).
|
PPK
Process Performance Index (Ppk).
|
RANGE
Range (Max - Min).
|
REGRESSION_LINE
Linear Regression Study.
|
SIGMA_1
Sigma.
|
SIGMA_2
2*Sigma.
|
SIGMA_3
3*Sigma.
|
SKEWNESS
The degree of asymmetry of a distribution.
|
SSE
Sum of Squares Due to Error.
|
SSR
Sum of Squares Due to Regression.
|
SST
Total Sum of Squares.
|
STANDARD_DEVIATION
The square root of the variance.
|
STANDARD_ERROR
The estimated standard deviation for a sample statistic which is also the standard deviation of a sampling distribution of means.
|
STANDARD_ERROR_OF_ESTIMATE
A measure of the accuracy of predictions made with a regression line.
|
SUM
Sum of all values.
|
UPPER_QUARTILE
The median of the upper half of a set of values.
|
USL
Upper Specification Limit.
|
VARIANCE
A measure of dispersion for a random variable or group of numbers.
|
WECO
Western Electric Company Rules (WECO).
|
ZSCORES
z-Score zones.
|
Modifier and Type | Method and Description |
---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.statistical.Analysis.
|
static Analysis |
valueOf(java.lang.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.
|
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
public static Analysis[] values()
for (Analysis c : Analysis.values()) System.out.println(c);
public static Analysis valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.statistical.Analysis.
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.