Package examples.running
Class CaptureWarmUpData
- java.lang.Object
-
- examples.running.CaptureWarmUpData
-
public class CaptureWarmUpData extends java.lang.Object
Illustrates the use of the classes in the jslx.statistics.welch package
-
-
Constructor Summary
Constructors Constructor Description CaptureWarmUpData()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
illustrateInitializationBiasTestResults()
Shows how to get the initialization bias test results and plot the partial sum plotstatic void
illustrateTracingResponseVariables()
Illustrate how to trace a response variable observations to a CSV filestatic void
illustrateWelchDataArrayProcessing()
Illustrate the collection of Welch data into an in-memory arraystatic void
illustrateWelchDataFileProcessing()
Illustrates how to collect Welch data to filesstatic void
main(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException
- Parameters:
args
- the command line arguments- Throws:
java.io.IOException
-
illustrateTracingResponseVariables
public static void illustrateTracingResponseVariables()
Illustrate how to trace a response variable observations to a CSV file
-
illustrateWelchDataArrayProcessing
public static void illustrateWelchDataArrayProcessing()
Illustrate the collection of Welch data into an in-memory array
-
illustrateInitializationBiasTestResults
public static void illustrateInitializationBiasTestResults() throws java.io.IOException
Shows how to get the initialization bias test results and plot the partial sum plot- Throws:
java.io.IOException
- if something goes wrong with the files
-
illustrateWelchDataFileProcessing
public static void illustrateWelchDataFileProcessing() throws java.io.IOException
Illustrates how to collect Welch data to files- Throws:
java.io.IOException
- if something goes wrong with the files
-
-