Home
last modified time | relevance | path

Searched refs:test_statistics (Results 1 – 25 of 51) sorted by relevance

123

/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/exponential_smoothing/
H A Dbase.py709 test_statistics = []
737 pval_lower = lambda test_statistics: f.cdf( # noqa:E731 argument
738 test_statistics, numer_dof, denom_dof)
739 pval_upper = lambda test_statistics: f.sf( # noqa:E731 argument
740 test_statistics, numer_dof, denom_dof)
743 pval_lower = lambda test_statistics: chi2.cdf( # noqa:E731 argument
744 numer_dof * test_statistics, denom_dof)
745 pval_upper = lambda test_statistics: chi2.sf( # noqa:E731 argument
746 numer_dof * test_statistics, denom_dof)
763 test_statistics.append(test_statistic)
[all …]
/dports/devel/py-anyio/anyio-3.4.0/tests/
H A Dtest_synchronization.py97 async def test_statistics(self) -> None: member in TestLock
149 async def test_statistics(self) -> None: member in TestEvent
233 async def test_statistics(self) -> None: member in TestCondition
335 async def test_statistics(self) -> None: member in TestSemaphore
448 async def test_statistics(self) -> None: member in TestCapacityLimiter
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/website_slides/tests/
H A D__init__.py8 from . import test_statistics
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/statistics/
H A Dtest_statistics.cpp44 SEQAN_BEGIN_TESTSUITE(test_statistics) in SEQAN_BEGIN_TESTSUITE() argument
/dports/sysutils/duplicity/duplicity-0.8.20/docs/
H A Dtesting.unit.test_statistics.rst4 .. automodule:: testing.unit.test_statistics
H A Dtesting.unit.rst25 testing.unit.test_statistics
/dports/biology/py-cutadapt/cutadapt-3.3/tests/
H A Dtest_trim.py6 def test_statistics(): function
/dports/sysutils/duplicity/duplicity-0.8.20/po/
H A DPOTFILES.skip30 testing/unit/test_statistics.py
/dports/devel/py-wlc/wlc-1.12/wlc/
H A Dtest_wlc.py356 def test_statistics(self): member in ProjectTest
416 def test_statistics(self): member in ComponentTest
479 def test_statistics(self): member in TranslationTest
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/
H A Dstattools.py1345 pval_lower = lambda test_statistics: f.cdf( # noqa:E731 argument
1346 test_statistics, numer_dof, denom_dof
1348 pval_upper = lambda test_statistics: f.sf( # noqa:E731 argument
1349 test_statistics, numer_dof, denom_dof
1354 pval_lower = lambda test_statistics: chi2.cdf( # noqa:E731 argument
1355 numer_dof * test_statistics, denom_dof
1357 pval_upper = lambda test_statistics: chi2.sf( # noqa:E731 argument
1358 numer_dof * test_statistics, denom_dof
/dports/graphics/py-visvis/visvis-1.13.0/tests/
H A Dtest_processing.py87 def test_statistics(): function
/dports/science/py-lifelines/lifelines-0.19.5/lifelines/
H A Dstatistics.py634 test_statistics = np.r_[self._test_statistic, other._test_statistic]
637 return StatisticalResult(p_values, test_statistics, name=names, **kwargs)
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/test/
H A Dtest_map_trieste.c273 test_statistics (sqlite3 * sqlite, const char *coverage, int *retcode) in test_statistics() function
711 if (!test_statistics (sqlite, coverage, retcode)) in test_coverage()
H A Dtest_map_ascii.c181 test_statistics (sqlite3 * sqlite, const char *coverage, int *retcode) in test_statistics() function
820 if (!test_statistics (sqlite, coverage, retcode)) in test_coverage()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-0.24.0/src/
H A Dstatistics.rs340 fn test_statistics() { in test_statistics() function
/dports/games/widelands/widelands-build21/test/maps/lua_testsuite.wmf/scripting/
H A Dui.lua177 function mv_tests:test_statistics() function
/dports/sysutils/duplicity/duplicity-0.8.20/testing/docker/duplicity_test/
H A DDockerfile-18.0456 tzdata # required for testing/unit/test_statistics.py
H A DDockerfile-19.0454 tzdata # required for testing/unit/test_statistics.py
H A DDockerfile-19.1054 tzdata # required for testing/unit/test_statistics.py
H A DDockerfile-20.0457 tzdata # required for testing/unit/test_statistics.py
H A DDockerfile-18.1056 tzdata # required for testing/unit/test_statistics.py
/dports/databases/py-Pyrseas/Pyrseas-0.9.1/tests/dbobject/
H A Dtest_column.py152 def test_statistics(self): member in ColumnToMapTestCase
/dports/misc/orange3/orange3-3.29.1/Orange/tests/
H A Dtest_util.py13 from Orange.tests.test_statistics import dense_sparse
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_Clustalw_tool.py301 def test_statistics(self): member in ClustalWTestVersionTwoSpecific
/dports/devel/py-anyio/anyio-3.4.0/tests/streams/
H A Dtest_memory.py270 async def test_statistics() -> None: function

123