Class AbsoluteDeviations

  • All Implemented Interfaces:
    Serializable, Descriptive, Reflexive

    public class AbsoluteDeviations
    extends OptimiserStatistic
    A statistical optimality criterion relying on absolute deviations or the L1 norm condition. Similar to the least squares technique, it attempts to find a function which closely approximates a set of data. However, unlike the L2 norm, it is much more robust to data outliers.
    See Also:
    Serialized Form