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-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOneSampleTTestFiltered.FilteredTTestResult -
Constructor Summary
Constructors Constructor Description 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 Summary
Modifier and Type Method Description dk.alexandra.fresco.framework.DRes<OneSampleTTestFiltered.FilteredTTestResult>buildComputation(dk.alexandra.fresco.framework.builder.numeric.ProtocolBuilderNumeric builder)
-
Constructor Details
-
Method Details
-
buildComputation
public dk.alexandra.fresco.framework.DRes<OneSampleTTestFiltered.FilteredTTestResult> buildComputation(dk.alexandra.fresco.framework.builder.numeric.ProtocolBuilderNumeric builder)- Specified by:
buildComputationin interfacedk.alexandra.fresco.framework.builder.Computation<OneSampleTTestFiltered.FilteredTTestResult,dk.alexandra.fresco.framework.builder.numeric.ProtocolBuilderNumeric>
-