Statistics
| Revision:

gvsig-geoprocess / org.gvsig.geoprocess / trunk / org.gvsig.geoprocess / org.gvsig.geoprocess.app / org.gvsig.geoprocess.app.mainplugin / src / main / resources / help / es / es.unex.sextante.gridTools.correlation / correlation.xml @ 338

History | View | Annotate | Download (1.43 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="Este algoritmo permite conocer la correlaci&#243;n estad&#237;stica entre dos capas raster." description="Descripci&#243;n" type="0">
4
                </element>
5
                <element name="ADDITIONAL_INFO" text="" description="Informaci&#243;n adicional" type="0">
6
                </element>
7
                <element name="EXTENSION_AUTHOR" description="Algoritmo creado por" text="Victor Olaya" type="0">
8
                </element>
9
                <element name="HELP_AUTHOR" text="Victor Olaya y Antonio Ordo?ez" description="Ayuda creada por" type="0">
10
                </element>
11
                <element name="USER_NOTES" text="" description="Notas de usuario" type="0">
12
                </element>
13
                <element name="GRID" text="x" description="Capa 1" type="3">
14
                </element>
15
                <element name="GRID2" text="y" description="Capa 2" type="3">
16
                </element>
17
                <element name="METHOD" text="a elegir entre:&#10;* Mejor ajuste posible (prueba todas las opciones restantes y escoge la que d&#233; un valor mayor de R.)&#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 X ln(x)&#10; " description="Tipo de ecuaci&#243;n" type="3">
18
                </element>
19
                <element name="OUTPUT_DESCRIPTION" text="Gr&#225;fico" description="Descripci&#243;n general" type="2">
20
                        <image description="Correlaci&#243;n entre capas" file="correlacion_entre_capas.jpg">
21
                        </image>
22
                </element>
23
        </help>
24
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>