Package hec.model
Interface DistributionErrorTypes
- All Known Implementing Classes:
ProbabilityDistributionFunction
public interface DistributionErrorTypes
Distribution Error Types declares the types and number of columns for probability distribution tables.
The first two columns are the data pair followed by the error columns.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[]An ordered array of all of the column counts.static final intLog standard deviation.static final intThe number of colums for the LOG_NORMAL error type.static final Stringstatic final intNo error.static final intThe number of colums for the NONE error type.static final Stringstatic final intStandard deviation.static final intThe number of columns for the NORMAL error type.static final Stringstatic final intLower bound followed by upper bound.static final intThe number of columns for the TRIANGULAR error type.static final Stringstatic final int[]An ordered array of all of the types.static final String[]static final intLower bound followed by upper bound.static final intThe number of columns for the UNIFORM error type.static final String
-
Field Details
-
NONE
static final int NONENo error.- See Also:
-
NONE_STRING
- See Also:
-
NORMAL
static final int NORMALStandard deviation.- See Also:
-
NORMAL_STRING
- See Also:
-
LOG_NORMAL
static final int LOG_NORMALLog standard deviation.- See Also:
-
LOG_NORMAL_STRING
- See Also:
-
TRIANGULAR
static final int TRIANGULARLower bound followed by upper bound.- See Also:
-
TRIANGULAR_STRING
- See Also:
-
UNIFORM
static final int UNIFORMLower bound followed by upper bound.- See Also:
-
UNIFORM_STRING
- See Also:
-
NONE_COLUMNS
static final int NONE_COLUMNSThe number of colums for the NONE error type.- See Also:
-
NORMAL_COLUMNS
static final int NORMAL_COLUMNSThe number of columns for the NORMAL error type.- See Also:
-
LOG_NORMAL_COLUMNS
static final int LOG_NORMAL_COLUMNSThe number of colums for the LOG_NORMAL error type.- See Also:
-
TRIANGULAR_COLUMNS
static final int TRIANGULAR_COLUMNSThe number of columns for the TRIANGULAR error type.- See Also:
-
UNIFORM_COLUMNS
static final int UNIFORM_COLUMNSThe number of columns for the UNIFORM error type.- See Also:
-
TYPES
static final int[] TYPESAn ordered array of all of the types. -
TYPES_STRING
-
COLUMN_COUNTS
static final int[] COLUMN_COUNTSAn ordered array of all of the column counts.
-