geotrellis.statistics.op

stat

package stat

Visibility
  1. Public
  2. All

Type Members

  1. case class GetStandardDeviation(r: Op[Raster], h: Op[Histogram], factor: Int) extends Op[Raster] with Product with Serializable

  2. case class GetStatistics(h: Op[Histogram]) extends Op1[Histogram, Statistics] with Product with Serializable

    Determine statistical data for the given histogram.

  3. trait StatOpMethods[+Repr <: RasterSource] extends AnyRef

Value Members

  1. object GetArrayHistogram

    Implements a histogram in terms of an array of the given size.

  2. object GetClassBreaks

    Generate quantile class breaks for a given raster.

  3. object GetDoubleHistogram

    Create a histogram from double values in a raster.

  4. object GetHistogram

    Contains several different operations for building a histograms of a raster.

Ungrouped