ML function

Maximum Likelihood

Maximum Likelihood

ML(y, x, lambda, trafo, custom_func_std)

Arguments

  • y: vector of response variables
  • x: matrix of regressors
  • lambda: transformation parameter
  • trafo: determines the chosen transformation
  • custom_func_std: a function that determines a customized standard transformation.

Returns

log-likelihood

  • Maintainer: Ann-Kristin Kreutzmann
  • License: GPL-2
  • Last published: 2018-11-27

Useful links