Package hec.hecmath
package hec.hecmath
-
ClassDescriptionClass holds data for time series cyclic analysis statistic computed by HecMath.cyclicAnalysisPerform and organize flow/stage duration analysis on a time seriesClass holds data for time series cyclic analysis statistic computed by HecMath.cyclicAnalysisThe
HecMath
class together with theTimeSeriesMath
andPairedDataMath
subclasses provide the user with a method to manipulate an entire time series or paired data set with simple function calls.HecMathException
is used to communicate errors occuring in the use of functions associated with theHecMath, TimeSeriesMath, and PairedDataMath
classes.Class holds data for linear regression coefficients computed by HecMath.correlationCoefficientsClass holds data for logarithmic regression coefficients computed by PairedDataMath.logarithmicCoefficients y = 10^(a*log10(x)+b)This class performs computations on Balanced Hydrographs and Balanced Hyetographs, to preserve water massThePairedDataMath
class wraps around ahec.io.PairedDataContainer
(paired data) and provides the user the capability to perform a set of high level operations.performs a simple Frequency Analysis of TimeSeries data.TheTimeSeriesMath
class wraps around ahec.io.TimeSeriesContainer
(time series data) and provides the user the capability to perform arithmetic and other operations on a time series.