estimate_marginal()
estimates the marginal distribution specified by
marginal_Y
using maximum likelihood. The optimizer is Newton-Raphson.
estimate_marginal(Y, marginal_Y, starting_values)
Estimated parameters
Observations (continuous)
List with the following five elements (in order):
Density function with first argument x
and second argument para
the parameter
vector for this distribution.
Distribution function with first argument x
and second argument para
.
Inverse distribution function with first argument p
and second argument para
.
The number of elements in para
.
Starting values for para
.
Starting values for marginal_Y