Class MCConvVarRealizations

java.lang.Object
rma.stats.model.MCVarRealizations
rma.stats.model.MCConvVarRealizations

@Deprecated public class MCConvVarRealizations extends MCVarRealizations
Deprecated.
in hec-monolith 1.0. Look for equivalent in package hec.statistics
  • Field Details

  • 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 labels
      tableType - TBL_TYPE_SEQUENCE or TBL_TYPE MAP, default = TBL_TYPE MAP
      readPreviousData - true or false, default = false
      confidence - between 0 and 1
      relErrBound - 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 class MCVarRealizations
    • saveVariate

      public void saveVariate(int realiz, double variate)
      Deprecated.
      Overrides:
      saveVariate in class MCVarRealizations
    • 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 class MCVarRealizations
    • hasConverged

      public boolean hasConverged()
      Deprecated.
    • hasConverged

      public boolean hasConverged(int realiz)
      Deprecated.