Skip to content

Releases: clement-lee/crandep

crandep 0.3.9

03 Jun 17:44
Compare
Choose a tag to compare

Functions

  • Add obtain_u_set_mix2_constrained() for constrained version of obtain_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 in mcmc_mix2() & mcmc_mix2_wrapper() & lpost_mix2() to accommodate this constrained version.

crandep 0.3.8

14 May 14:34
Compare
Choose a tag to compare

Functions

  • Changes all instances of xmax to x_max for consistency.
  • The default of invts in mcmc_*_wrapper() is set to 1.0 for no Metropolis coupling or power posterior.
  • Add the argument u_max (and v_max if applicable) with defaults in mcmc_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

23 Jan 12:42
Compare
Choose a tag to compare

Functions

  • The argument name has been removed in the wrapper functions as it required data frames with a specific column name.
  • 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() or obtain_u_set_mix3().

crandep 0.3.4

19 Dec 12:10
Compare
Choose a tag to compare

Functions

  • Added are obtain_u_set_mix2() and obtain_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() and mcmc_mix3(), all with the suffix _wrapper. Specifically, mcmc_mix2_wrapper() calls obtain_u_set_mix2() and mcmc_mix2(), and mcmc_mix3_wrapper() calls obtain_u_set_mix3() and mcmc_mix3().

crandep 0.3.3

22 Nov 10:03
Compare
Choose a tag to compare

Functions

  • Added are obtain_u_set_mix2() and obtain_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() and mcmc_mix3(), all with the suffix _wrapper. Specifically, mcmc_mix2_wrapper() calls obtain_u_set_mix2() and mcmc_mix2(), and mcmc_mix3_wrapper() calls obtain_u_set_mix3() and mcmc_mix3().