diff --git a/pkgdown.yml b/pkgdown.yml index ab377674..ff1cc67b 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:41Z +last_built: 2023-11-24T15:43Z 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 d1a5cde7..13aaee4d 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:  1.096509e-05 
-#> P-Value:  0.9974 
+#> Value:  2.926046 
+#> P-Value:  0.0872 
 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 843a27a4..cb5513d8 100644
--- a/reference/normality_tests.html
+++ b/reference/normality_tests.html
@@ -93,25 +93,25 @@ 

FunctionsExamples

x <- rnorm(100)  # null
 bowmanshenton(x)
-#> Value:  0.1939541 
-#> P-Value:  0.9076 
+#> Value:  2.519392 
+#> P-Value:  0.2837 
 doornikhansen(x)
-#> Value:  0.8671387 
-#> P-Value:  0.6482 
+#> Value:  2.769892 
+#> P-Value:  0.2503 
 jarquebera(x)
-#> Value:  0.3103439 
-#> P-Value:  0.8563 
+#> Value:  2.62614 
+#> P-Value:  0.2690 
 
 x <- random_t(2, 100) # alternative
 bowmanshenton(x)
-#> Value:  55.89858 
-#> P-Value:  0.0000 
+#> Value:  13.40737 
+#> P-Value:  0.0012 
 doornikhansen(x)
-#> Value:  19.67866 
-#> P-Value:  0.0001 
+#> Value:  9.0164 
+#> P-Value:  0.0110 
 jarquebera(x)
-#> Value:  62.72142 
-#> P-Value:  0.0000 
+#> Value:  15.31189 
+#> P-Value:  0.0005