powered by
Fit log-normal distributions to firm size data
fit.FSD(x, method, k=1,lbound,ubound)
raw data or binned data.
choose model fitting algorithm
Number of components.
Lower and upper bound of the support of the distribution.
We fit a mixture model to take care the zero values using component-0.
AS 254, ...
# NOT RUN { # To be updated. x = rexp(100,1) x = c(rep(0,20),x) # }
Run the code above in your browser using DataLab