log-likelihood function generator given data `x` for the weibull distribution.
Source:R/mle_weibull_shape_scale.R
weibull_shape_scale_loglike.Rd
The returned log-likelihood function takes a single vector `theta` of size `2` (at least) where the first component is the shape parameter `k` and the second component is the scale parameter `lambda`.