mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
24 lines
1.8 KiB
HTML
24 lines
1.8 KiB
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Multiple Regression Analysis (Points/Grids)</h1>
|
|
<div class='author'>O.Conrad (c) 2004</div>
|
|
<div class='description'>Linear regression analysis of point attributes with multiple grids. Details of the regression/correlation analysis will be saved to a table. The regression function is used to create a new grid with regression based values. The multiple regression analysis uses a forward selection procedure. <br/>
|
|
<br/>
|
|
Reference:<br/>
|
|
- Bahrenberg, G., Giese, E., Nipper, J. (1992): 'Statistische Methoden in der Geographie 2 - Multivariate Statistik', Stuttgart, 415p.<br/>
|
|
</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>Grids <div class='type'>Input Grid list</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Shapes <div class='type'>Input Shapes</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Attribute <div class='type'>Table field</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Details <div class='type'>Output Table</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Residuals <div class='type'>Output Shapes</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Regression <div class='type'>Output Grid</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Include Coordinates <div class='type'>Boolean</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Grid Interpolation <div class='type'>Choice</div></dt><dd> <div class='constraints'>Available choices: Nearest Neighbor, Bilinear Interpolation, Inverse Distance Interpolation, Bicubic Spline Interpolation, B-Spline Interpolation</div></dd>
|
|
</dl>
|
|
</body></html>
|