Model functions

Functions

blm.distributional_em!Function
distributional_em!(dm::DistributionModel, data::DataFrame, maxiter::Int, tol::Float64 = 1e-8; update_level = true, constrained=nothing, iterprint=50, msg="")

Run the em algorithm on the passed DistributionalModel using the given data

source
blm.simulateMethod
simulate(model::DistributionModel, nn)

Using the model, simulates a dataset. The timing is important, the event happens at the end of the period, hence if a current period is u2e there will be no wage in the current period, as well as no firm.

source

Contents

Index