powered by
Function to give the (negative) log likelihood for fitting cdfquantile distributions.
qrLogLik(y, mu, sigma, fd, sd, total = TRUE)
The negative log likelihood for fitting the data with a cdfquantile distribution.
the vector to be evaluated.
mean of the distribution.
sigma of the distribution.
A string that specifies the parent distribution.
A string that specifies the sub-family distribution.
whether the sum of logliklihood is calculated
y <- rbeta(20, 0.5, 0.5) qrLogLik(y, mu = 0.5, sigma = 1, 't2','t2')
Run the code above in your browser using DataLab