Package rma.stats.model
Class MCOutputVarRealizations
java.lang.Object
rma.stats.model.MCVarRealizations
rma.stats.model.MCOutputVarRealizations
Deprecated.
in hec-monolith 1.0. Look for equivalent in package hec.statistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.Fields inherited from class rma.stats.model.MCVarRealizations
TBL_TYPE_MAP, TBL_TYPE_NONE, TBL_TYPE_SEQUENCE -
Constructor Summary
ConstructorsConstructorDescriptionMCOutputVarRealizations(String name, DSSIdentifier dssId, boolean test, String testOp, double testVal, boolean conv, double confidence, double relErrBound) Deprecated.MCOutputVarRealizations(String name, DSSIdentifier dssId, int tableType, boolean readPreviousData, boolean test, String testOp, double testVal, boolean conv, double confidence, double relErrBound) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidDeprecated.Flushes the contents of the internal table to permanent storage, regardless of the save policybooleanDeprecated.booleanDeprecated.booleanhasConverged(int realiz) Deprecated.voidDeprecated.voidsaveVariate(int realiz, double variate) Deprecated.voidsetRealization(int realiz) Deprecated.voidsetVariate(double variate) Deprecated.Methods inherited from class rma.stats.model.MCVarRealizations
getDSSId, getName, getRandomTable, getRealization, getSavePolicy, getVariate, setDSSId, setName, setRandomTable, setSavePolicy
-
Field Details
-
TEST_LT
Deprecated.- See Also:
-
TEST_GT
Deprecated.- See Also:
-
TEST_EQ
Deprecated.- See Also:
-
OUTPUT_FLAG
Deprecated.- See Also:
-
CONV_AVERAGE
Deprecated.- See Also:
-
CONV_STDV
Deprecated.- See Also:
-
CONV_ABSERR
Deprecated.- See Also:
-
CONV_RELERR
Deprecated.- See Also:
-
CONV_INTERR
Deprecated.- See Also:
-
-
Constructor Details
-
MCOutputVarRealizations
public MCOutputVarRealizations(String name, DSSIdentifier dssId, int tableType, boolean readPreviousData, boolean test, String testOp, double testVal, boolean conv, double confidence, double relErrBound) Deprecated.- Parameters:
name-dssId- : could be DSSPairedDataContainer -> x,y, labels, x,y, units, labels filename partA = watershed (or simulation) partB = location partC = REALIZATION-param partD = MC CONVRG (SAVE) partE = Description (suffix will be appended, see above) partF = Simulation Name xType = "" yType = type of param xUnits = "" yUnits = units of param labelstableType- TBL_TYPE_SEQUENCE or TBL_TYPE MAP, default = TBL_TYPE MAPreadPreviousData- true or false, default = falseconfidence- between 0 and 1relErrBound- between 0 and 1
-
MCOutputVarRealizations
public MCOutputVarRealizations(String name, DSSIdentifier dssId, boolean test, String testOp, double testVal, boolean conv, double confidence, double relErrBound) Deprecated.
-
-
Method Details
-
setVariate
public void setVariate(double variate) Deprecated.- Overrides:
setVariatein classMCVarRealizations
-
setRealization
public void setRealization(int realiz) Deprecated.- Overrides:
setRealizationin classMCVarRealizations
-
saveVariate
public void saveVariate()Deprecated.- Overrides:
saveVariatein classMCVarRealizations
-
flushVariate
public void flushVariate()Deprecated.Description copied from class:MCVarRealizationsFlushes the contents of the internal table to permanent storage, regardless of the save policy- Overrides:
flushVariatein classMCVarRealizations
-
saveVariate
public void saveVariate(int realiz, double variate) Deprecated.- Overrides:
saveVariatein classMCVarRealizations
-
computeTestPass
public void computeTestPass()Deprecated. -
getTestPass
public boolean getTestPass()Deprecated. -
hasConverged
public boolean hasConverged()Deprecated. -
hasConverged
public boolean hasConverged(int realiz) Deprecated.
-