Difference between revisions of "OOoES/Traduccion/Calc: Funcion ESTIMACION.LINEAL"
From Apache OpenOffice Wiki
< OOoES
m |
|||
| Line 10: | Line 10: | ||
| + | |||
| + | |||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! | ||
| + | ! A | ||
| + | ! B | ||
| + | ! C | ||
| + | |||
| + | |- | ||
| + | !1 | ||
| + | | X1 | ||
| + | | X2 | ||
| + | | Y | ||
| + | |||
| + | |- | ||
| + | !2 | ||
| + | | 4 | ||
| + | | 7 | ||
| + | | 100 | ||
| + | |||
| + | |- | ||
| + | !3 | ||
| + | | 5 | ||
| + | | 9 | ||
| + | | 105 | ||
| + | |||
| + | |- | ||
| + | !4 | ||
| + | | 6 | ||
| + | | 11 | ||
| + | | 104 | ||
| + | |||
| + | |- | ||
| + | ! 5 | ||
| + | | 7 | ||
| + | | 12 | ||
| + | | 108 | ||
| + | |||
| + | |- | ||
| + | !6 | ||
| + | | 8 | ||
| + | | 15 | ||
| + | | 111 | ||
| + | |||
| + | |- | ||
| + | !7 | ||
| + | | 9 | ||
| + | | 17 | ||
| + | | 120 | ||
| + | |||
| + | |- | ||
| + | !7 | ||
| + | |10 | ||
| + | |19 | ||
| + | |133 | ||
| + | |} | ||
| + | |||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! | ||
| + | ! E | ||
| + | ! F | ||
| + | ! G | ||
| + | |||
| + | |- | ||
| + | !1 | ||
| + | |LINEAL valor de ESTIMACIÓN | ||
| + | | | ||
| + | | | ||
| + | |||
| + | |- | ||
| + | !2 | ||
| + | | 4.17 | ||
| + | | -3.48 | ||
| + | | 82.33 | ||
| + | |||
| + | |- | ||
| + | !3 | ||
| + | | 5.46 | ||
| + | | 10.96 | ||
| + | | 9.35 | ||
| + | |||
| + | |- | ||
| + | !4 | ||
| + | | 0.87 | ||
| + | | 5.06 | ||
| + | | #NA | ||
| + | |||
| + | |- | ||
| + | !5 | ||
| + | | 13.21 | ||
| + | | 4 | ||
| + | | #NA | ||
| + | |||
| + | |- | ||
| + | !6 | ||
| + | | 675.445 | ||
| + | | 102.26 | ||
| + | | #NA | ||
| + | |} | ||
[[Category:OldES]] | [[Category:OldES]] | ||
Revision as of 17:06, 8 December 2012
ESTIMACIÓN.LINEAL (*)
Devuelve la recta que mejor se ajusta a sus datos y devuelve una matriz que describe dicha recta.
Sintaxis:
ESTIMACIÓN.LINEAL(Datos_Y; Datos_X; Tipo_lineal; Estadísticas)
- Donde Datos_Y es el conjunto de valores y que conocen en la relación y = mx+b. Datos_X es un conjunto de valores x opcionales que ya se conocen en la relación y = mx+b. Tipo_lineal, Si el tipo = 0 las líneas rectas se calcularán mediante el punto cero, sino como líneas de regresión. Estadísticas , Si parámetro = 0, sólo se calculará el coeficiente de regresión, de otro modo se calcularán también otros valores.
Ejemplo:
ESTIMACIÓN.LINEAL()
| A | B | C | |
|---|---|---|---|
| 1 | X1 | X2 | Y |
| 2 | 4 | 7 | 100 |
| 3 | 5 | 9 | 105 |
| 4 | 6 | 11 | 104 |
| 5 | 7 | 12 | 108 |
| 6 | 8 | 15 | 111 |
| 7 | 9 | 17 | 120 |
| 7 | 10 | 19 | 133 |
| E | F | G | |
|---|---|---|---|
| 1 | LINEAL valor de ESTIMACIÓN | ||
| 2 | 4.17 | -3.48 | 82.33 |
| 3 | 5.46 | 10.96 | 9.35 |
| 4 | 0.87 | 5.06 | #NA |
| 5 | 13.21 | 4 | #NA |
| 6 | 675.445 | 102.26 | #NA |