Package examples.running
Class CaptureWarmUpData
- java.lang.Object
-
- examples.running.CaptureWarmUpData
-
public class CaptureWarmUpData extends java.lang.ObjectIllustrates 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 voidillustrateInitializationBiasTestResults()Shows how to get the initialization bias test results and plot the partial sum plotstatic voidillustrateTracingResponseVariables()Illustrate how to trace a response variable observations to a CSV filestatic voidillustrateWelchDataArrayProcessing()Illustrate the collection of Welch data into an in-memory arraystatic voidillustrateWelchDataFileProcessing()Illustrates how to collect Welch data to filesstatic voidmain(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.IOExceptionShows 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.IOExceptionIllustrates how to collect Welch data to files- Throws:
java.io.IOException- if something goes wrong with the files
-
-