SAGA 9.3.3 | Tool Library Documentation

Function Fit


Description

CFit (created by SAGA Wizard).


Parameters

 NameTypeIdentifierDescriptionConstraints
InputSourcetable, inputSOURCE--
Optionsy - Valuestable fieldYFIELD--
Use x -ValueschoiceUSE_X-Available Choices: [0] No [1] Yes Default: 0
x - Valuestable fieldXFIELD--
FormulatextFORMELThe following operators are available for the formula definition: + Addition - Subtraction * Multiplication / Division ^ power sin(x) cos(x) tan(x) asin(x) acos(x) atan(x) abs(x) sqrt(x) For Variogram - Fitting you can use the following Variogram - Models: NUG(x) SPH(x,a) EXP(x,a) LIN(x,a) The Fitting variables are single characters like a,b,m .. alphabetical order with the grid list order ('a'= first var, 'b' = second grid, ...) Example: m*x+a Default: m*x+c
Iterationeninteger numberITER-Minimum: 1 Default: 1000
Max Lamdafloating point numberLAMDA-Minimum: 1.000000 Default: 10000.000000

Command Line


Usage: saga_cmd table_calculus 0 [-SOURCE ] [-YFIELD ] [-USE_X ] [-XFIELD ] [-FORMEL ] [-ITER ] [-LAMDA ]
  -SOURCE:  	Source
	table, input
  -YFIELD:  	y - Values
	table field
  -USE_X:   	Use x -Values
	choice
	Available Choices:
	[0] No
	[1] Yes
	Default: 0
  -XFIELD:  	x - Values
	table field
  -FORMEL:  	Formula
	text
	Default: m*x+c
  -ITER:    	Iterationen
	integer number
	Minimum: 1
	Default: 1000
  -LAMDA:	Max Lamda
	floating point number
	Minimum: 1.000000
	Default: 10000.000000