Package rma.stats.model
Class MCConvVarRealizations
java.lang.Object
rma.stats.model.MCVarRealizations
rma.stats.model.MCConvVarRealizations
Deprecated.
in hec-monolith 1.0. Look for equivalent in package hec.statistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.Fields inherited from class rma.stats.model.MCVarRealizations
TBL_TYPE_MAP, TBL_TYPE_NONE, TBL_TYPE_SEQUENCE
-
Constructor Summary
ConstructorsConstructorDescriptionMCConvVarRealizations
(String name, DSSIdentifier dssId, double confidence, double relErrBound) Deprecated.MCConvVarRealizations
(String name, DSSIdentifier dssId, int tableType, boolean readPreviousData, double confidence, double relErrBound) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Flushes the contents of the internal table to permanent storage, regardless of the save policyboolean
Deprecated.boolean
hasConverged
(int realiz) Deprecated.void
Deprecated.void
saveVariate
(int realiz, double variate) Deprecated.Methods inherited from class rma.stats.model.MCVarRealizations
getDSSId, getName, getRandomTable, getRealization, getSavePolicy, getVariate, setDSSId, setName, setRandomTable, setRealization, setSavePolicy, setVariate
-
Field Details
-
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
-
MCConvVarRealizations
public MCConvVarRealizations(String name, DSSIdentifier dssId, int tableType, boolean readPreviousData, 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
-
MCConvVarRealizations
public MCConvVarRealizations(String name, DSSIdentifier dssId, double confidence, double relErrBound) Deprecated.
-
-
Method Details
-
saveVariate
public void saveVariate()Deprecated.- Overrides:
saveVariate
in classMCVarRealizations
-
saveVariate
public void saveVariate(int realiz, double variate) Deprecated.- Overrides:
saveVariate
in classMCVarRealizations
-
flushVariate
public void flushVariate()Deprecated.Description copied from class:MCVarRealizations
Flushes the contents of the internal table to permanent storage, regardless of the save policy- Overrides:
flushVariate
in classMCVarRealizations
-
hasConverged
public boolean hasConverged()Deprecated. -
hasConverged
public boolean hasConverged(int realiz) Deprecated.
-