mymaxlik: Maximum Likelihood Estimate

Description Usage Arguments Examples

View source: R/mymaxlik.R

Description

This functions takes in a function, sample list, and their respective parameters to find the maximum likelihood estimate

Usage

1
mymaxlik(lfun, x, param, ...)

Arguments

lfun

function

x

sample list

param

parameters

Examples

1
2
## Not run: mymaxlik(lfun=logbin, x=y, param=seq(0, 1, length=1000))
## Not run: mymaxlik(lfun=logpoiss, x = y, param = seq(0, 10, length = 1000))

eric7chen/MATH4753chen0122 documentation built on April 25, 2021, 1:47 a.m.