Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

bda (version 13.4.13)

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

Description

Fit log-normal distributions to firm size data

Usage

fit.FSD(x, method, 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)
 x = c(rep(0,20),x)
# }

Run the code above in your browser using DataLab