Statistics
| Revision:

gvsig-geoprocess / org.gvsig.geoprocess / trunk / org.gvsig.geoprocess / org.gvsig.geoprocess.app / org.gvsig.geoprocess.app.mainplugin / src / main / resources-plugin / help / en / es.unex.sextante.tables.tableFieldCorrelation / tablefieldcorrelation.xml @ 537

History | View | Annotate | Download (1.97 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithm analyzes the statistical correlation between two fields in a table. Both field have to contain numerical values, but do not have to be necessarily numerical fields. String fields with string representing numbers are also allowed.&#10;" description="Description" type="0">
4
                </element>
5
                <element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
                </element>
7
                <element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Algorithm created by" type="0">
8
                </element>
9
                <element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
                </element>
11
                <element name="USER_NOTES" text="" description="User notes" type="0">
12
                </element>
13
                <element name="TABLE" text="The table with the data to analyze" description="Table" type="3">
14
                </element>
15
                <element name="FIELD" text="The field with the X variable" description="Field" type="3">
16
                </element>
17
                <element name="FIELD2" text="The field with the Y variable" description="Field2" type="3">
18
                </element>
19
                <element name="METHOD" text="The type of function to adjust.  The following options are available:&#10;*Best fit (try all the possible options and choose the one that gives a higher correlation value) .&#10;*y = a + bx &#10;*y = a + b / x &#10;*y = a / (b - x) &#10;*y = ax ^b &#10;*y = a e^(bx) &#10;*y = a + b&#183;ln(x)" description="Equation" type="3">
20
                </element>
21
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
22
                </element>
23
                <element name="REGRESSION" text="A chart with a scatterplot and the adjusted curve" description="Regression" type="2">
24
                </element>
25
                <element name="REGRESSION_DATA" text="A text output with the expression of the adjusted curve and the resulting value of the R correlation coefficient " description="Regression values" type="2">
26
                </element>
27
        </help>
28
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>