Releases: clement-lee/crandep
Releases · clement-lee/crandep
crandep 0.3.9
Functions
- Add
obtain_u_set_mix2_constrained()
for constrained version ofobtain_u_set_mix2()
. This assumes power law in the body i.e. theta = 1.0, and (1.0 / xi + 1.0) > alpha > 1.0, and "continuity" at the threshold u. - Subsequently, add argument
constrained
inmcmc_mix2()
&mcmc_mix2_wrapper()
&lpost_mix2()
to accommodate this constrained version.
crandep 0.3.8
Functions
- Changes all instances of
xmax
tox_max
for consistency. - The default of
invts
inmcmc_*_wrapper()
is set to 1.0 for no Metropolis coupling or power posterior. - Add the argument
u_max
(andv_max
if applicable) with defaults inmcmc_mix*_wrapper()
.
Others
- The arXiv:YYMM.NNNNN in Description is changed to doi:10.48550/arXiv.YYMM.NNNNN to adhere to the new practice.
crandep 0.3.5
Functions
- The argument
name
has been removed in the wrapper functions as it required data frames with a specific columnname
. - Functions related to the TZP-power-law mixture model (mid-way of current 2-component & 3-component mixtures) are added.
- Wrapper functions of the 2-component & 3-component mixtures have the default arguments included in the body so they are relayed to
obtain_u_set_mix2()
orobtain_u_set_mix3()
.
crandep 0.3.4
Functions
- Added are
obtain_u_set_mix2()
andobtain_u_set_mix3()
, which are functions for obtaining the profile posterior density for the 2-component and 3-component mixture models, respectively. - Also added thin wrappers for
mcmc_pol()
,mcmc_mix2()
andmcmc_mix3()
, all with the suffix_wrapper
. Specifically,mcmc_mix2_wrapper()
callsobtain_u_set_mix2()
andmcmc_mix2()
, andmcmc_mix3_wrapper()
callsobtain_u_set_mix3()
andmcmc_mix3()
.
crandep 0.3.3
Functions
- Added are
obtain_u_set_mix2()
andobtain_u_set_mix3()
, which are functions for obtaining the profile posterior density for the 2-component and 3-component mixture models, respectively. - Also added thin wrappers for
mcmc_pol()
,mcmc_mix2()
andmcmc_mix3()
, all with the suffix_wrapper
. Specifically,mcmc_mix2_wrapper()
callsobtain_u_set_mix2()
andmcmc_mix2()
, andmcmc_mix3_wrapper()
callsobtain_u_set_mix3()
andmcmc_mix3()
.