ML: Maximum Likelihood

Description Usage Arguments Value

View source: R/estims.R

Description

Maximum Likelihood

Usage

1
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.

Value

log-likelihood


trafo documentation built on May 2, 2019, 2:13 p.m.

Related to ML in trafo...