This is an automated email from the ASF dual-hosted git repository.
frankchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 553ff47616 fix: fix broken link to Class TTest (#12836)
553ff47616 is described below
commit 553ff4761636c41ea3d718a31a660f2d92fb2f35
Author: 317brian <[email protected]>
AuthorDate: Sat Jul 30 19:18:14 2022 -0700
fix: fix broken link to Class TTest (#12836)
---
docs/development/extensions-core/datasketches-tuple.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/development/extensions-core/datasketches-tuple.md
b/docs/development/extensions-core/datasketches-tuple.md
index 13c4590bc7..fc4f74d5c8 100644
--- a/docs/development/extensions-core/datasketches-tuple.md
+++ b/docs/development/extensions-core/datasketches-tuple.md
@@ -151,7 +151,7 @@ Returns a result of a specified set operation on the given
array of sketches. Su
#### Student's t-test
-Performs Student's t-test and returns a list of p-values given two instances
of ArrayOfDoublesSketch. The result will be N double values, where N is the
number of double values kept in the sketch per key. See [t-test
documentation](http://commons.apache.org/proper/commons-math/javadocs/api-3.4/org/apache/commons/math3/stat/inference/TTest).
+Performs Student's t-test and returns a list of p-values given two instances
of ArrayOfDoublesSketch. The result will be N double values, where N is the
number of double values kept in the sketch per key. See [t-test
documentation](https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/stat/inference/TTest.html).
```json
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]