- Initial release.
- Switch to
doFuture
for parallel backend andprogressr
for progress monitoring in Monte Carlo simulations.
- Update references.
- Drop C++11 requirement to adhere to new CRAN policies.
- Drop
personList()
andcitEntry()
. - Fix broken URLs.
- Update
comets
dataset. - More unit tests.
- Add
"Poisson"
,"Softmax"
, and"Stereo"
tests. - Add
"Sobolev"
tests. - Vectorization of test-specific parameters in
unif_stat()
,unif_test(p_value = "MC")
, andunif_stat_MC()
. - Use
doRNG::%dorng%
inunif_stat_MC()
andint_sph_MC()
to fix a bug whenseeds
was not set toNULL
.
- New uniform spherical cap distribution in
unif_cap
. - New non-uniform data generating-processes in
r_alt()
:"MC"
and"AUD"
. - Add replication codes for several publications.
- Add support for
method
argument inunif_stat_distr()
andunif_test()
. - Add warnings on absence of argument
n
inunif_stat_distr()
. - Rename argument
axial_MvMF
toaxial_mix
inr_alt()
. - Normalize Poisson kernel to improve numerical stability.
- Fix bugs in the coherence between asymptotic distributions and statistics of
"Poisson"
and"Softmax"
tests. - Add
"Stereo"
test null distribution. - Fix bug when supplying
crit_val
tounif_stat_MC()
in vectorized statistics.