public class StatisticRange extends Object
Constructor and Description |
---|
StatisticRange(double low,
double high,
double distinctValues) |
Modifier and Type | Method and Description |
---|---|
StatisticRange |
addAndCollapseDistinctValues(StatisticRange other) |
StatisticRange |
addAndMaxDistinctValues(StatisticRange other) |
StatisticRange |
addAndSumDistinctValues(StatisticRange other) |
static StatisticRange |
empty() |
boolean |
equals(Object o) |
static StatisticRange |
from(VariableStatsEstimate estimate) |
double |
getDistinctValuesCount() |
double |
getHigh() |
double |
getLow() |
int |
hashCode() |
StatisticRange |
intersect(StatisticRange other) |
boolean |
isEmpty() |
double |
length() |
double |
overlapPercentWith(StatisticRange other) |
String |
toString() |
public StatisticRange(double low, double high, double distinctValues)
public static StatisticRange empty()
public static StatisticRange from(VariableStatsEstimate estimate)
public double getLow()
public double getHigh()
public double getDistinctValuesCount()
public double length()
public boolean isEmpty()
public double overlapPercentWith(StatisticRange other)
public StatisticRange intersect(StatisticRange other)
public StatisticRange addAndSumDistinctValues(StatisticRange other)
public StatisticRange addAndMaxDistinctValues(StatisticRange other)
public StatisticRange addAndCollapseDistinctValues(StatisticRange other)
Copyright © 2012–2022. All rights reserved.