Class OneSampleTTestFiltered

java.lang.Object
dk.alexandra.fresco.stat.filtered.OneSampleTTestFiltered
All Implemented Interfaces:
dk.alexandra.fresco.framework.builder.Computation<OneSampleTTestFiltered.FilteredTTestResult,​dk.alexandra.fresco.framework.builder.numeric.ProtocolBuilderNumeric>

public class OneSampleTTestFiltered
extends Object
implements dk.alexandra.fresco.framework.builder.Computation<OneSampleTTestFiltered.FilteredTTestResult,​dk.alexandra.fresco.framework.builder.numeric.ProtocolBuilderNumeric>
Compute a t-test statistics on a sample for the null hypothesis the mean of the sample is equal to mu. The input is filtered, meaning that besides the data set, the input also consists of a secret 0-1-vector (a filter) which indicates what entries of the data set should be included in the analysis
  • Constructor Details

    • OneSampleTTestFiltered

      public OneSampleTTestFiltered​(List<dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.lib.fixed.SFixed>> observed, dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.lib.fixed.SFixed> mu, List<dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.framework.value.SInt>> filter)
  • Method Details