Package

geotrellis.vector

interpolation

Permalink

package interpolation

Visibility
  1. Public
  2. All

Type Members

  1. class EmpiricalVariogram extends Serializable

    Permalink
  2. class GeoKriging extends Kriging

    Permalink

  3. trait Kriging extends (Double, Double) ⇒ (Double, Double) with Serializable

    Permalink
  4. abstract class LeastSquaresFittingNuggetProblem extends Serializable

    Permalink

    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

    Permalink

    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

    Permalink
  7. sealed abstract class ModelType extends Serializable

    Permalink
  8. abstract class NonLinearModelType extends Serializable

    Permalink
  9. class OrdinaryKriging extends Kriging

    Permalink

  10. abstract class Semivariogram extends Serializable

    Permalink
  11. class SimpleKriging extends Kriging

    Permalink

  12. class UniversalKriging extends Kriging

    Permalink

Value Members

  1. object Circular extends ModelType with Product with Serializable

    Permalink
  2. object EmpiricalVariogram extends Serializable

    Permalink

    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

    Permalink
  4. object Gaussian extends ModelType with Product with Serializable

    Permalink
  5. object GeoKriging extends Serializable

    Permalink
  6. object InterpolationVector

    Permalink
  7. object Linear extends Serializable

    Permalink
  8. object LinearEmpiricalVariogram

    Permalink
  9. object LinearSemivariogram

    Permalink
  10. object NonLinearEmpiricalVariogram

    Permalink
  11. object NonLinearSemivariogram

    Permalink
  12. object OrdinaryKriging extends Serializable

    Permalink
  13. object Semivariogram extends Serializable

    Permalink
  14. object SimpleKriging extends Serializable

    Permalink
  15. object Spherical extends ModelType with Product with Serializable

    Permalink
  16. object UniversalKriging extends Serializable

    Permalink
  17. object Wave extends ModelType with Product with Serializable

    Permalink

Ungrouped