Package rma.stats.model
Class MCVarRealizations
java.lang.Object
rma.stats.model.MCVarRealizations
- Direct Known Subclasses:
MCConvVarRealizations,MCInputVarRealizations,MCOutputVarRealizations
Deprecated.
in hec-monolith 1.0. Look for equivalent in package hec.statistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final intDeprecated.static final intDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionMCVarRealizations(String name) Deprecated.MCVarRealizations(String name, DSSIdentifier dssId, int tableType, boolean readPreviousData) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Flushes the contents of the internal table to permanent storage, regardless of the save policygetDSSId()Deprecated.getName()Deprecated.Deprecated.intDeprecated.Deprecated.doubleDeprecated.voidDeprecated.voidsaveVariate(int realiz, double variate) Deprecated.voidsetDSSId(DSSIdentifier dssId) Deprecated.voidDeprecated.voidsetRandomTable(DoubleRandomTable rTable) Deprecated.voidsetRealization(int realiz) Deprecated.voidsetSavePolicy(MCVarSavePolicy rule) Deprecated.voidsetVariate(double variate) Deprecated.
-
Field Details
-
TBL_TYPE_NONE
public static final int TBL_TYPE_NONEDeprecated.- See Also:
-
TBL_TYPE_SEQUENCE
public static final int TBL_TYPE_SEQUENCEDeprecated.- See Also:
-
TBL_TYPE_MAP
public static final int TBL_TYPE_MAPDeprecated.- See Also:
-
-
Constructor Details
-
MCVarRealizations
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 = false
-
MCVarRealizations
Deprecated.
-
-
Method Details
-
getSavePolicy
Deprecated. -
setSavePolicy
Deprecated. -
getName
Deprecated. -
setName
Deprecated. -
getVariate
public double getVariate()Deprecated. -
setVariate
public void setVariate(double variate) Deprecated. -
getDSSId
Deprecated. -
setDSSId
Deprecated. -
getRandomTable
Deprecated. -
setRandomTable
Deprecated. -
getRealization
public int getRealization()Deprecated. -
setRealization
public void setRealization(int realiz) Deprecated. -
saveVariate
public void saveVariate()Deprecated. -
saveVariate
public void saveVariate(int realiz, double variate) Deprecated. -
flushVariate
public void flushVariate()Deprecated.Flushes the contents of the internal table to permanent storage, regardless of the save policy
-