Packages

p

geotrellis.vector

interpolation

package interpolation

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class EmpiricalVariogram extends Serializable
  2. class GeoKriging extends Kriging

  3. trait Kriging extends (Double, Double) ⇒ (Double, Double) with Serializable
  4. abstract class LeastSquaresFittingNuggetProblem extends Serializable

    Computes fitting of the given empirical semivariogram while forcing the nugget value to 0 (this is invoked when the normal fitting causes a negative nugget value, which is mathematically pointless in Kriging estimation),

  5. abstract class LeastSquaresFittingProblem extends Serializable

    Computes fitting of the given empirical semivariogram using a ModelType's function definitions valueFunc() and jacobianFunc()

  6. case class Linear(radius: Option[Double], lag: Double) extends ModelType with Product with Serializable
  7. sealed abstract class ModelType extends Serializable
  8. abstract class NonLinearModelType extends Serializable
  9. class OrdinaryKriging extends Kriging

  10. abstract class Semivariogram extends Serializable
  11. class SimpleKriging extends Kriging

  12. class UniversalKriging extends Kriging

Value Members

  1. object Circular extends ModelType with Product with Serializable
  2. object EmpiricalVariogram extends Serializable

    This creates an empirical variogram from the dataset, which is then used to fit into one of the semivariogram ModelType for use in Kriging Interpolation

  3. object Exponential extends ModelType with Product with Serializable
  4. object Gaussian extends ModelType with Product with Serializable
  5. object GeoKriging extends Serializable
  6. object InterpolationVector
  7. object Linear extends Serializable
  8. object LinearEmpiricalVariogram
  9. object LinearSemivariogram
  10. object NonLinearEmpiricalVariogram
  11. object NonLinearSemivariogram
  12. object OrdinaryKriging extends Serializable
  13. object Semivariogram extends Serializable
  14. object SimpleKriging extends Serializable
  15. object Spherical extends ModelType with Product with Serializable
  16. object UniversalKriging extends Serializable
  17. object Wave extends ModelType with Product with Serializable

Ungrouped