case classOutlierInfo(lower: Double, upper: Double, replace: String) extends Product with Serializable
This case class contains the outlier information [lower, upper].
The given value is beyond [lower, upper], it is considered as outlier,
which may be replaced by the 'replace' value.
lower
the lower bound of this interval
upper
the upper bound of this interval
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
This case class contains the outlier information [lower, upper]. The given value is beyond [lower, upper], it is considered as outlier, which may be replaced by the 'replace' value.
the lower bound of this interval
the upper bound of this interval