VLT.STATS.POWER.POWER2SAMPLEDEMO-Demonstratethevlt.stats.power.power2samplefunctionVLT.STATS.POWER.POWER2SAMPLEDEMO()Demonstratestheusageofthevlt.stats.power.power2samplefunction.Itcomparesthesimulatedpowerfromvlt.stats.power.power2samplewiththetheoreticalpowercalculatedbyMATLAB's 'sampsizepwr' function for a two-sample t-test. This function can also be called with name/value pairs to alter the simulation parameters. 'numSamples1' (default 20) : number of samples in sample 1 'numSamples2' (default 20) : number of samples in sample 2 'sampleStdDev' (default 1) : The standard deviation of the samples. 'differences' (default [0:0.1:2]) : The differences to test. 'verbose' (default true) : should we be verbose? Example: vlt.stats.power.power2sampleDemo(); Example: vlt.stats.power.power2sampleDemo('numSamples1',50,'numSamples2',50); Example: vlt.stats.power.power2sampleDemo('numSamples1',50,'numSamples2',10,'sampleStdDev',20) Example: vlt.stats.power.power2sampleDemo('numSamples1',50,'numSamples2',10,'sampleStdDev',20,'differences',[0:1:5])