Class CaptureWarmUpData


  • public class CaptureWarmUpData
    extends java.lang.Object
    Illustrates the use of the classes in the jslx.statistics.welch package
    • Constructor Detail

      • CaptureWarmUpData

        public CaptureWarmUpData()
    • 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