| Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
| 1 | · | 1 | ·cc1d4345e5d829a0abd6f0872dc0cba5·10838376·doc·optional·python-dask-doc_2024.12.1+dfsg-2_all.deb |
| 2 | ·924f139d0ab9ff77c67371f38e29862d·983836·python·optional·python3-dask_2024.12.1+dfsg-2_all.deb | 2 | ·924f139d0ab9ff77c67371f38e29862d·983836·python·optional·python3-dask_2024.12.1+dfsg-2_all.deb |
| Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
| 1 | -rw-r--r--···0········0········0········4·2025-02-04·10:15:05.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2025-02-04·10:15:05.000000·debian-binary |
| 2 | -rw-r--r--···0········0········0····6118 | 2 | -rw-r--r--···0········0········0····61188·2025-02-04·10:15:05.000000·control.tar.xz |
| 3 | -rw-r--r--···0········0········0·10776 | 3 | -rw-r--r--···0········0········0·10776996·2025-02-04·10:15:05.000000·data.tar.xz |
| Offset 46, 15 lines modified | Offset 46, 15 lines modified | ||
| 46 | <dd><p>This·docstring·was·copied·from·scipy.stats.ttest_ind.</p> | 46 | <dd><p>This·docstring·was·copied·from·scipy.stats.ttest_ind.</p> |
| 47 | <p>Some·inconsistencies·with·the·Dask·version·may·exist.</p> | 47 | <p>Some·inconsistencies·with·the·Dask·version·may·exist.</p> |
| 48 | <p>Calculate·the·T-test·for·the·means·of·<em>two·independent</em>·samples·of·scores.</p> | 48 | <p>Calculate·the·T-test·for·the·means·of·<em>two·independent</em>·samples·of·scores.</p> |
| 49 | <p>This·is·a·test·for·the·null·hypothesis·that·2·independent·samples | 49 | <p>This·is·a·test·for·the·null·hypothesis·that·2·independent·samples |
| 50 | have·identical·average·(expected)·values.·This·test·assumes·that·the | 50 | have·identical·average·(expected)·values.·This·test·assumes·that·the |
| 51 | populations·have·identical·variances·by·default.</p> | 51 | populations·have·identical·variances·by·default.</p> |
| 52 | <div·class="deprecated"> | 52 | <div·class="deprecated"> |
| 53 | <p><span·class="versionmodified·deprecated">Deprecated·since·version·1.17.0:·</span>Use·of·argument(s)·<code·class="docutils·literal·notranslate"><span·class="pre">{' | 53 | <p><span·class="versionmodified·deprecated">Deprecated·since·version·1.17.0:·</span>Use·of·argument(s)·<code·class="docutils·literal·notranslate"><span·class="pre">{'alternative',</span>·<span·class="pre">'keepdims',</span>·<span·class="pre">'method',</span>·<span·class="pre">'equal_var',</span>·<span·class="pre">'axis',</span>·<span·class="pre">'trim',</span>·<span·class="pre">'nan_policy'}</span></code>·by·position·is·deprecated;·beginning·in· |
| 54 | SciPy·1.17.0,·these·will·be·keyword-only.·Argument(s)·<code·class="docutils·literal·notranslate"><span·class="pre">{'random_state',</span>·<span·class="pre">'permutations'}</span></code>·are·deprecated,·whether·passed·by·position·or·keyword;·they·will·be·removed·in·SciPy·1.17.0.·Use·<code·class="docutils·literal·notranslate"><span·class="pre">method</span></code>·to·perform·a·permutation·test.</p> | 54 | SciPy·1.17.0,·these·will·be·keyword-only.·Argument(s)·<code·class="docutils·literal·notranslate"><span·class="pre">{'random_state',</span>·<span·class="pre">'permutations'}</span></code>·are·deprecated,·whether·passed·by·position·or·keyword;·they·will·be·removed·in·SciPy·1.17.0.·Use·<code·class="docutils·literal·notranslate"><span·class="pre">method</span></code>·to·perform·a·permutation·test.</p> |
| 55 | </div> | 55 | </div> |
| 56 | <dl·class="field-list"> | 56 | <dl·class="field-list"> |
| 57 | <dt·class="field-odd">Parameters<span·class="colon">:</span></dt> | 57 | <dt·class="field-odd">Parameters<span·class="colon">:</span></dt> |
| 58 | <dd·class="field-odd"><dl> | 58 | <dd·class="field-odd"><dl> |
| 59 | <dt><strong>a,·b</strong><span·class="classifier">array_like</span></dt><dd><p>The·arrays·must·have·the·same·shape,·except·in·the·dimension | 59 | <dt><strong>a,·b</strong><span·class="classifier">array_like</span></dt><dd><p>The·arrays·must·have·the·same·shape,·except·in·the·dimension |
| 60 | corresponding·to·<cite>axis</cite>·(the·first,·by·default).</p> | 60 | corresponding·to·<cite>axis</cite>·(the·first,·by·default).</p> |
| Offset 2, 16 lines modified | Offset 2, 16 lines modified | ||
| 2 | ··dask.array.stats.ttest_ind(a,·b,·axis=0,·equal_var=True)[source]¶ | 2 | ··dask.array.stats.ttest_ind(a,·b,·axis=0,·equal_var=True)[source]¶ |
| 3 | ······This·docstring·was·copied·from·scipy.stats.ttest_ind. | 3 | ······This·docstring·was·copied·from·scipy.stats.ttest_ind. |
| 4 | ······Some·inconsistencies·with·the·Dask·version·may·exist. | 4 | ······Some·inconsistencies·with·the·Dask·version·may·exist. |
| 5 | ······Calculate·the·T-test·for·the·means·of·two·independent·samples·of·scores. | 5 | ······Calculate·the·T-test·for·the·means·of·two·independent·samples·of·scores. |
| 6 | ······This·is·a·test·for·the·null·hypothesis·that·2·independent·samples·have | 6 | ······This·is·a·test·for·the·null·hypothesis·that·2·independent·samples·have |
| 7 | ······identical·average·(expected)·values.·This·test·assumes·that·the | 7 | ······identical·average·(expected)·values.·This·test·assumes·that·the |
| 8 | ······populations·have·identical·variances·by·default. | 8 | ······populations·have·identical·variances·by·default. |
| 9 | ······Deprecated·since·version·1.17.0:·Use·of·argument(s)·{' | 9 | ······Deprecated·since·version·1.17.0:·Use·of·argument(s)·{'alternative', |
| 10 | ······' | 10 | ······'keepdims',·'method',·'equal_var',·'axis',·'trim',·'nan_policy'}·by |
| 11 | ······position·is·deprecated;·beginning·in·SciPy·1.17.0,·these·will·be·keyword- | 11 | ······position·is·deprecated;·beginning·in·SciPy·1.17.0,·these·will·be·keyword- |
| 12 | ······only.·Argument(s)·{'random_state',·'permutations'}·are·deprecated, | 12 | ······only.·Argument(s)·{'random_state',·'permutations'}·are·deprecated, |
| 13 | ······whether·passed·by·position·or·keyword;·they·will·be·removed·in·SciPy | 13 | ······whether·passed·by·position·or·keyword;·they·will·be·removed·in·SciPy |
| 14 | ······1.17.0.·Use·method·to·perform·a·permutation·test. | 14 | ······1.17.0.·Use·method·to·perform·a·permutation·test. |
| 15 | ········Parameters: | 15 | ········Parameters: |
| 16 | ··············a,·barray_like | 16 | ··············a,·barray_like |
| 17 | ··················The·arrays·must·have·the·same·shape,·except·in·the·dimension | 17 | ··················The·arrays·must·have·the·same·shape,·except·in·the·dimension |