From 3e014e3e1e9588415c7ebd2a4e0e8c64a6c31616 Mon Sep 17 00:00:00 2001 From: palatej Date: Fri, 24 Nov 2023 15:48:06 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20rjdemetr?= =?UTF-8?q?a/rjd3toolkit@dbc11cccafa317ebda3792129f7449b8ef6105b7=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgdown.yml | 2 +- reference/ljungbox.html | 4 ++-- reference/normality_tests.html | 24 ++++++++++++------------ reference/runstests.html | 8 ++++---- reference/seasonality_combined.html | 20 ++++++++++---------- reference/seasonality_f.html | 4 ++-- reference/seasonality_kruskalwallis.html | 4 ++-- reference/seasonality_periodogram.html | 4 ++-- reference/statisticaltest.html | 8 ++++---- search.json | 2 +- 10 files changed, 40 insertions(+), 40 deletions(-) diff --git a/pkgdown.yml b/pkgdown.yml index ff1cc67b..8e009faf 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-11-24T15:43Z +last_built: 2023-11-24T15:47Z urls: reference: https://rjdemetra.github.io/rjd3toolkit/reference article: https://rjdemetra.github.io/rjd3toolkit/articles diff --git a/reference/ljungbox.html b/reference/ljungbox.html index 13aaee4d..120b12cd 100644 --- a/reference/ljungbox.html +++ b/reference/ljungbox.html @@ -90,8 +90,8 @@

Value

Examples

ljungbox(random_t(2, 100), lag = 24, k =1)
-#> Value:  2.926046 
-#> P-Value:  0.0872 
+#> Value:  1.119002 
+#> P-Value:  0.2901 
 ljungbox(ABS$X0.2.09.10.M, lag = 24, k =1)
 #> Value:  350.021 
 #> P-Value:  0.0000 
diff --git a/reference/normality_tests.html b/reference/normality_tests.html
index cb5513d8..8b5e24db 100644
--- a/reference/normality_tests.html
+++ b/reference/normality_tests.html
@@ -93,25 +93,25 @@ 

FunctionsExamples

x <- rnorm(100)  # null
 bowmanshenton(x)
-#> Value:  2.519392 
-#> P-Value:  0.2837 
+#> Value:  0.3049229 
+#> P-Value:  0.8586 
 doornikhansen(x)
-#> Value:  2.769892 
-#> P-Value:  0.2503 
+#> Value:  0.2829705 
+#> P-Value:  0.8681 
 jarquebera(x)
-#> Value:  2.62614 
-#> P-Value:  0.2690 
+#> Value:  0.263838 
+#> P-Value:  0.8764 
 
 x <- random_t(2, 100) # alternative
 bowmanshenton(x)
-#> Value:  13.40737 
-#> P-Value:  0.0012 
+#> Value:  705.1594 
+#> P-Value:  0.0000 
 doornikhansen(x)
-#> Value:  9.0164 
-#> P-Value:  0.0110 
+#> Value:  121.7577 
+#> P-Value:  0.0000 
 jarquebera(x)
-#> Value:  15.31189 
-#> P-Value:  0.0005 
+#> Value:  785.3052 
+#> P-Value:  0.0000