Package

geotrellis.vector

interpolation

Permalink

package interpolation

Visibility
  1. Public
  2. All

Type Members

  1. class EmpiricalVariogram extends AnyRef

    Permalink
  2. class GeoKriging extends Kriging

    Permalink

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

    Permalink
  4. abstract class LeastSquaresFittingNuggetProblem extends AnyRef

    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 AnyRef

    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 AnyRef

    Permalink
  8. abstract class NonLinearModelType extends AnyRef

    Permalink
  9. class OrdinaryKriging extends Kriging

    Permalink

  10. abstract class Semivariogram extends AnyRef

    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

    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

    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

    Permalink
  13. object Semivariogram

    Permalink
  14. object SimpleKriging

    Permalink
  15. object Spherical extends ModelType with Product with Serializable

    Permalink
  16. object UniversalKriging

    Permalink
  17. object Wave extends ModelType with Product with Serializable

    Permalink

Ungrouped