From 472b945c7a3d76d1ec06a9d5e590f728c1e55e36 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Thu, 17 Oct 2019 14:48:36 +0200 Subject: [PATCH] Make documentation consistent with code Update full and reduced scale parameters in documentation to be consistent with code: https://github.com/theislab/diffxpy/blob/dfe8304db9bba93dfc7efebebecdc62512ca6c16/diffxpy/testing/tests.py#L862-L865 While being mathematically equivalent (I think...) I got confused when trying to understand the code. --- diffxpy/testing/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diffxpy/testing/tests.py b/diffxpy/testing/tests.py index 3242e09..50dbf47 100644 --- a/diffxpy/testing/tests.py +++ b/diffxpy/testing/tests.py @@ -759,9 +759,9 @@ def two_sample( function if you would like to perform a different test. * full model location parameter: ~ 1 + group - * full model scale parameter: ~ 1 + group + * full model scale parameter: ~ 1 * reduced model location parameter: ~ 1 - * reduced model scale parameter: ~ 1 + group + * reduced model scale parameter: ~ 1 - "wald" - Wald test: Requires the fitting of 1 generalized linear models. model location parameter: ~ 1 + group