library(EstimationTools)
#----------------------------------------------------------------------------
# Example: Half normal function
half_norm_key(x=1, sigma=4.1058)
curve(half_norm_key(x, sigma=4.1058), from=0, to=20, ylab='g(x)')
#----------------------------------------------------------------------------
Run the code above in your browser using DataLab