trait Kriging extends (Double, Double) ⇒ (Double, Double) with Serializable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Kriging
- Serializable
- Serializable
- Function2
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
absArray(arr: Array[Double]): Array[Double]
Returns the absolute values of a given array
Returns the absolute values of a given array
- Attributes
- protected
-
def
apply(x: Double, y: Double): (Double, Double)
- Definition Classes
- Kriging → Function2
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
curried: (Double) ⇒ (Double) ⇒ (Double, Double)
- Definition Classes
- Function2
- Annotations
- @unspecialized()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getPointDistancesSorted(points: Array[PointFeature[Double]], minPoints: Int, bandwidth: Double, point: Point): Array[(Int, Double)]
Returns the indices of points close to the point for prediction within the given bandwidth
Returns the indices of points close to the point for prediction within the given bandwidth
- Attributes
- protected
- Note
In case the number of points < minPoints; it returns the closest minPoints number of points
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
predict(pointMatrix: Array[Point]): Array[(Double, Double)]
Kriging Prediction for an Array of points
Kriging Prediction for an Array of points
- pointMatrix
Points to be Kriged
- returns
Tuples of (krigedValues, krigedVariance) for each of the kriged points
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Function2 → AnyRef → Any
-
def
tupled: ((Double, Double)) ⇒ (Double, Double)
- Definition Classes
- Function2
- Annotations
- @unspecialized()
-
def
varianceMatrixGen(sv: Semivariogram, points: Array[PointFeature[Double]]): RealMatrix
- Attributes
- protected
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()