Uses of Class
dk.alexandra.fresco.stat.filtered.OneSampleTTestFiltered.FilteredTTestResult
| Package | Description |
|---|---|
| dk.alexandra.fresco.stat | |
| dk.alexandra.fresco.stat.filtered |
-
Uses of OneSampleTTestFiltered.FilteredTTestResult in dk.alexandra.fresco.stat
Methods in dk.alexandra.fresco.stat that return types with arguments of type OneSampleTTestFiltered.FilteredTTestResult Modifier and Type Method Description dk.alexandra.fresco.framework.DRes<OneSampleTTestFiltered.FilteredTTestResult>DefaultFilteredStatistics. ttest(List<dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.lib.fixed.SFixed>> data, 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)dk.alexandra.fresco.framework.DRes<OneSampleTTestFiltered.FilteredTTestResult>FilteredStatistics. ttest(List<dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.lib.fixed.SFixed>> data, 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)Compute the test statistics for a student t-test on the filtered data set. -
Uses of OneSampleTTestFiltered.FilteredTTestResult in dk.alexandra.fresco.stat.filtered
Methods in dk.alexandra.fresco.stat.filtered that return OneSampleTTestFiltered.FilteredTTestResult Modifier and Type Method Description OneSampleTTestFiltered.FilteredTTestResultOneSampleTTestFiltered.FilteredTTestResult. out()Methods in dk.alexandra.fresco.stat.filtered that return types with arguments of type OneSampleTTestFiltered.FilteredTTestResult Modifier and Type Method Description dk.alexandra.fresco.framework.DRes<OneSampleTTestFiltered.FilteredTTestResult>OneSampleTTestFiltered. buildComputation(dk.alexandra.fresco.framework.builder.numeric.ProtocolBuilderNumeric builder)