Class LeakyBreakTies

java.lang.Object
dk.alexandra.fresco.stat.descriptive.LeakyBreakTies
All Implemented Interfaces:
dk.alexandra.fresco.framework.builder.Computation<List<Double>,​dk.alexandra.fresco.framework.builder.numeric.ProtocolBuilderNumeric>

public class LeakyBreakTies
extends Object
implements dk.alexandra.fresco.framework.builder.Computation<List<Double>,​dk.alexandra.fresco.framework.builder.numeric.ProtocolBuilderNumeric>
Assuming that the input data is sorted, this computation outputs the ranks of the elements using the given strategy. The computation leaks what indices of elements are equal in the dataset.
  • Constructor Details

    • LeakyBreakTies

      public LeakyBreakTies​(List<dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.framework.value.SInt>> sortedData)
  • Method Details

    • buildComputation

      public dk.alexandra.fresco.framework.DRes<List<Double>> buildComputation​(dk.alexandra.fresco.framework.builder.numeric.ProtocolBuilderNumeric builder)
      Specified by:
      buildComputation in interface dk.alexandra.fresco.framework.builder.Computation<List<Double>,​dk.alexandra.fresco.framework.builder.numeric.ProtocolBuilderNumeric>