DK11 for Delphi | GisInterpolation.TGIS_SemivariancePowerLaw | Classes | Constructors | Methods | Properties
Represents the power-law semivariance model.
// Delphi type TGIS_SemivariancePowerLaw = class( TGIS_SemivarianceAbstract ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_SemivariancePowerLaw : public TGIS_SemivarianceAbstract { };
→ TObject → TGIS_BaseObjectDisposable → TGIS_SemivarianceAbstract
Name | Visibility | Description | |
---|---|---|---|
Calculate | public | Calculates the value of semivariance for a given distance. (Overrides TGIS_SemivarianceAbstract.Calculate) |
|
Prepare | public | If necessary, performs preliminary computations; is called before Calculate for each point set. (Overrides TGIS_SemivarianceAbstract.Prepare) |
|
Name | Visibility | Description | |
---|---|---|---|
Exponent | public | Power-law exponent; should be greater than or equal to 1 and less than 2; default is 1.5. | |
Nugget | public | The nugget of semivariance. (Inherited from TGIS_SemivarianceAbstract) |
|