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),
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LeastSquaresFittingNuggetProblem
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Abstract Value Members
-
abstract
def
jacobianFuncNugget(variables: Array[Double]): (Double) ⇒ Array[Double]
Computes the differential values at the current point of Levenberg-Marquard optimization
-
abstract
def
valueFuncNugget(r: Double, s: Double): (Double) ⇒ Double
- r
Denotes current Range of Semivariogram while performing fitting optimization
- s
Denotes current Sill of Semivariogram while performing fitting optimization