mymlnorm: my ml for normal distribution

View source: R/functions.R

mymlnormR Documentation

my ml for normal distribution

Description

this uses maximum likelihood to determine the mean of a sample

Usage

mymlnorm(x, mu, sig, ...)

Arguments

x

data to evaluate

mu

vector of potential mean values

sig

vector of potential sd values

...

extra parameters for the plot

Value

data, maximum likelihood, coords

Examples

mymlnorm(x=c(10,12,13,15,12,11,10),mu=seq(10,14,length=1000),
sig=seq(0.1,4,length=1000),lwd=2,labcex=1)


nbcastle/MATH4753cast0059 documentation built on May 3, 2022, 8:21 p.m.