Estimate the variance of y given x and given y <= 0. If approach is:
ind - Variance of all y where y <= 0.
scl_N or scl_sp - Assumes a location-scale model: y = x'b + (x'g)e. First, it estimates b and g using PMLE. Then, it computes the conditional truncated variance by integrating the truncated density of y.
conditional_truncated_variance(y, x, approach)
Vector of dependent data
Matrix of covariates including the intercept
ind, scl_N or scl_sp