diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-04-17 08:07:43 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-04-18 11:10:19 +0200 |
commit | 289dce6420de9491969db0280e82bfac703dc5bd (patch) | |
tree | 1340275895bee36722bf934e0010257d4f72b318 | |
parent | d7088d24df28bba2fdbab7d77a2e7151e3b4f0dd (diff) |
Add data analysis Help page to Contents
Change-Id: I5ea83e0bd4109fc703ad0941cc78b81ce3bb523f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/150488
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/auxiliary/scalc.tree | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/source/auxiliary/scalc.tree b/source/auxiliary/scalc.tree index 3177770c08..e72f0605bc 100644 --- a/source/auxiliary/scalc.tree +++ b/source/auxiliary/scalc.tree @@ -152,6 +152,21 @@ <topic id="scalc/text/scalc/guide/pivotchart_update.xhp">Updating Pivot Charts</topic> <topic id="scalc/text/scalc/guide/pivotchart_delete.xhp">Deleting Pivot Charts</topic> </node> + <node id="08095" title="Data Analysis"> + <topic id="scalc/text/scalc/01/statistics_sampling.xhp">Data Sampling</topic> + <topic id="scalc/text/scalc/01/statistics_descriptive.xhp">Descriptive Statistics</topic> + <topic id="scalc/text/scalc/01/statistics_anova.xhp">Analysis og Variance (ANOVA)</topic> + <topic id="scalc/text/scalc/01/statistics_correlation.xhp">Correlation</topic> + <topic id="scalc/text/scalc/01/statistics_covariance.xhp">Covariance</topic> + <topic id="scalc/text/scalc/01/statistics_exposmooth.xhp">Exponential Smoothing</topic> + <topic id="scalc/text/scalc/01/statistics_movingavg.xhp">Moving Average</topic> + <topic id="scalc/text/scalc/01/statistics_regression.xhp">Regression Analysis</topic> + <topic id="scalc/text/scalc/01/statistics_test_t.xhp">Paired t-Test</topic> + <topic id="scalc/text/scalc/01/statistics_test_f.xhp">f-Test</topic> + <topic id="scalc/text/scalc/01/statistics_test_z.xhp">z-Test</topic> + <topic id="scalc/text/scalc/01/statistics_test_chisqr.xhp">Chi-square Test</topic> + <topic id="scalc/text/scalc/01/statistics_fourier.xhp">Fourier Analysis</topic> + </node> <node id="0810" title="Scenarios"> <topic id="scalc/text/scalc/guide/scenario.xhp">Using Scenarios</topic> </node> |