mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
18 lines
1.3 KiB
HTML
18 lines
1.3 KiB
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Polynomial Trend from Grids</h1>
|
|
<div class='author'>O. Conrad (c) 2011</div>
|
|
<div class='description'>Fits for each cell a polynomial trend function. Output are the polynomial coefficients for the chosen trend function. </div>
|
|
<h2>Parameters</h2>
|
|
<dl class='parameters'>
|
|
<dt>Grid system <div class='type'>Grid system</div></dt><dd>Grid system <div class='constraints'></div></dd>
|
|
<dt>Dependent Variables <div class='type'>Input Grid list</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Independent Variable (per Grid and Cell) <div class='type'>Input Grid list</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Independent Variable (per Grid) <div class='type'>Static table</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Polynomial Coefficients <div class='type'>Output Grid list</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Coefficient of Determination <div class='type'>Output Grid</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Type of Approximated Function <div class='type'>Choice</div></dt><dd> <div class='constraints'>Available choices: first order polynom (linear regression), second order polynom, third order polynom, fourth order polynom, fifth order polynom</div></dd>
|
|
</dl>
|
|
</body></html>
|