diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2016-07-24 11:37:48 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-07-25 05:18:02 +0000 |
commit | 8b70a2a6b13121f589187c97a0ab79c0bc199d7d (patch) | |
tree | 8f2ab34c0fb7958ad7998618c65283bc804d7f33 /source | |
parent | 01570676aa081f69e7663b5dac19d9253e0c648c (diff) |
FORECAST.ETS.* confidence level: use precise argument name
Change-Id: I4c2d43055b7a85bc39fa22e0721ba9aa0bd448b1
Reviewed-on: https://gerrit.libreoffice.org/27471
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/exponsmooth_embd.xhp | 2 | ||||
-rw-r--r-- | source/text/scalc/01/func_forecastetspiadd.xhp | 2 | ||||
-rw-r--r-- | source/text/scalc/01/func_forecastetspimult.xhp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/text/scalc/01/exponsmooth_embd.xhp b/source/text/scalc/01/exponsmooth_embd.xhp index d97bb3e75f..5cf821b6d6 100644 --- a/source/text/scalc/01/exponsmooth_embd.xhp +++ b/source/text/scalc/01/exponsmooth_embd.xhp @@ -204,7 +204,7 @@ </section> <section id="confidence"> -<paragraph id="par_id0503201619582665" role="paragraph" xml-lang="en-US"><emph>confidence (mandatory)</emph>: A numeric value between 0 and 1 (exclusive), default is 0.95. A value indicating a confidence level for the calculated prediction interval. </paragraph> +<paragraph id="par_id0503201619582665" role="paragraph" xml-lang="en-US"><emph>confidence_level (mandatory)</emph>: A numeric value between 0 and 1 (exclusive), default is 0.95. A value indicating a confidence level for the calculated prediction interval.</paragraph> <paragraph id="par_id0503201619582644" role="note" xml-lang="en-US">With values <= 0 or >= 1, the functions will return the #NUM! Error.</paragraph> </section> diff --git a/source/text/scalc/01/func_forecastetspiadd.xhp b/source/text/scalc/01/func_forecastetspiadd.xhp index cfcdc01075..aae1136989 100644 --- a/source/text/scalc/01/func_forecastetspiadd.xhp +++ b/source/text/scalc/01/func_forecastetspiadd.xhp @@ -31,7 +31,7 @@ <embed href="text/scalc/01/exponsmooth_embd.xhp#etsadd"/> <paragraph id="hd_id0603201610005973" role="heading" level="2" xml-lang="en-US">Syntax</paragraph> -<paragraph id="par_id0603201610010044" role="code" xml-lang="en-US">FORECAST.ETS.PI.ADD(target, values, timeline, [confidence], [period_length], [completion], [aggregation])</paragraph> +<paragraph id="par_id0603201610010044" role="code" xml-lang="en-US">FORECAST.ETS.PI.ADD(target, values, timeline, [confidence_level], [period_length], [data_completion], [aggregation])</paragraph> <embed href="text/scalc/01/exponsmooth_embd.xhp#target"/> <embed href="text/scalc/01/exponsmooth_embd.xhp#values"/> <embed href="text/scalc/01/exponsmooth_embd.xhp#timeline"/> diff --git a/source/text/scalc/01/func_forecastetspimult.xhp b/source/text/scalc/01/func_forecastetspimult.xhp index 882c4c88ec..167c97b1f0 100644 --- a/source/text/scalc/01/func_forecastetspimult.xhp +++ b/source/text/scalc/01/func_forecastetspimult.xhp @@ -31,7 +31,7 @@ <embed href="text/scalc/01/exponsmooth_embd.xhp#etsmult"/> <paragraph id="hd_id0603201610005973" role="heading" level="2" xml-lang="en-US">Syntax</paragraph> -<paragraph id="par_id0603201610010044" role="code" xml-lang="en-US">FORECAST.ETS.PI.MULT(target, values, timeline, [confidence], [period_length], [completion], [aggregation])</paragraph> +<paragraph id="par_id0603201610010044" role="code" xml-lang="en-US">FORECAST.ETS.PI.MULT(target, values, timeline, [confidence_level], [period_length], [data_completion], [aggregation])</paragraph> <embed href="text/scalc/01/exponsmooth_embd.xhp#target"/> <embed href="text/scalc/01/exponsmooth_embd.xhp#values"/> <embed href="text/scalc/01/exponsmooth_embd.xhp#timeline"/> |