case class Statistics[T](dataCells: Long = 0, mean: Double = Double.NaN, median: T, mode: T, stddev: Double = Double.NaN, zmin: T, zmax: T) extends Product with Serializable
Data object for sharing the basic statistics about a raster or region.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Statistics
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All