Package hec.hecmath
Class SimpleFrequencyAnalysis
java.lang.Object
hec.hecmath.SimpleFrequencyAnalysis
performs a simple Frequency Analysis of TimeSeries data.
for use in DssVue for quick perspective. For 'real' analysis use HEC-SSP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
compute()
get annual peaks (calendar year jan1-Dec31) zeros removed Converts all values to Log10 space computes mean, variance, std, and skew computes k value using equation from 17-B https://water.usgs.gov/osw/bulletin17b/dl_flow.pdf computes flows for standard probability ordinates using Log Pearson III outliers dropped using Grubbs-Beck test that's part of Bulletin 17Bprotected static double[]
Converts data to Annual Max
-
Constructor Details
-
SimpleFrequencyAnalysis
-
-
Method Details
-
getPairedDataPeaks
-
getPairedDataComputed
-
getDroppedOutliers
-
compute
get annual peaks (calendar year jan1-Dec31) zeros removed Converts all values to Log10 space computes mean, variance, std, and skew computes k value using equation from 17-B https://water.usgs.gov/osw/bulletin17b/dl_flow.pdf computes flows for standard probability ordinates using Log Pearson III outliers dropped using Grubbs-Beck test that's part of Bulletin 17B- Throws:
HecMathException
-
getSortedPeaks
Converts data to Annual Max- Parameters:
input
- input time series data- Returns:
- Throws:
HecMathException
-