Learn R Programming

bda (version 13.4.13)

fit.lnmix: Fit log-normal distributions to firm size data

Description

Fit log-normal distributions to firm size data

Usage

fit.lnmix(x, method='lognormal', k=1,lbound,ubound)

Arguments

x

raw data or binned data.

method

choose model fitting algorithm

k

Number of components.

lbound,ubound

Lower and upper bound of the support of the distribution.

Details

We fit a mixture model to take care the zero values using component-0.

References

AS 254, ...

Examples

Run this code
# NOT RUN {
 # To be updated.
 x = rexp(100,1)
# }

Run the code above in your browser using DataLab