vec_math
Class StatisticAnalyser.File
java.lang.Object
util.CommandLineParser
util.PropertyParser
util.DataFileReader
vec_math.DataFileAnalyser
vec_math.StatisticAnalyser.File
- Enclosing class:
- StatisticAnalyser
public static class StatisticAnalyser.File
- extends DataFileAnalyser
Use the statistic on file data.
|
Method Summary |
protected Analyser |
createAnalyser()
Creates a lomb-periodogram from the properties. |
static void |
main(String[] arg)
Parses the command line and prints output to standard out. |
| Methods inherited from class util.DataFileReader |
getData, getLinearFit, getLinearFit, getParsedProperties, getPiecewisePolynomialFit, getPiecewisePolynomialFit, getSplineFit, getSplineFit, getWhiteNoise, getWhiteNoise, print, printOut, printOut, process, processData, processSingleData |
| Methods inherited from class util.CommandLineParser |
getArguments, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticAnalyser.File
public StatisticAnalyser.File()
- Constructs the parser to the sensor tester. All known switches
are registered.
createAnalyser
protected Analyser createAnalyser()
- Creates a lomb-periodogram from the properties.
- Specified by:
createAnalyser in class DataFileAnalyser
main
public static void main(String[] arg)
throws ParseException
- Parses the command line and prints output to standard out.
- Throws:
ParseException