T_alpha {skedastic} | R Documentation |
Pseudorandom numbers from Asymptotic Null Distribution of Test Statistic for Method of Rackauskas and Zuokas (2007)
Description
A matrix of rows and 16 columns. Each column contains
Monte Carlo replicates from the distribution of
for a particular value of
,
,
. The values were generated by first generating a
Brownian Bridge using
standard normal variates and then
applying Equation (11) from Rackauskas and Zuokas (2007).
It can be used to compute empirical approximate
-values for
implementation of the Rackauskas-Zuokas Test for heteroskedasticity. This
is a time-saving measure because, while
rackauskas_zuokas
contains an option for simulating the -value directly, this would be
computationally intensive for the authors' recommended
of
. Passing the argument
pvalmethod = "data"
to
rackauskas_zuokas
instructs the function to use the
pre-generated values in this data set to compute the empirical approximate
-value for the test.
Usage
T_alpha
Format
An object of class matrix
(inherits from array
) with 16384 rows and 16 columns.