tests/UnitTest_AM_mix_weights_prior.R

#######################################################################################
###############
############### AntMAN Package : Tests and Examples
###############
###############
#######################################################################################

##############################################
### Load the AntMan package
##############################################

library("AntMAN")
set.seed(123)

weights_prior = AM_mix_weights_prior_gamma(init=2, a=1, b=1)
summary(weights_prior)


##############################################
### Run
##############################################

##############################################
### Verify
##############################################

Try the AntMAN package in your browser

Any scripts or data that you put into this service are public.

AntMAN documentation built on July 23, 2021, 5:08 p.m.