mymlnorm: Maximum likelihood estimator for Population mean (mu) and...

Description Usage Arguments Value Examples

View source: R/mymlnorm.R

Description

This creates a graphical estimate of a Population mean and standard deviation by contouring the maximum value.

Usage

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

Arguments

x

vector or sample vector

mu

sequence of of possible. Usually written as a sequence using seq().

sig

value of the standard deviation (sigma). Usually written as a sequence using seq().

...

ellipse allow added parameters to be added to control the format of the contours on the graph

Value

A contoured graph with the maxium likeihood estimate of the Population mean and standard deviation in the center of the contors

Examples

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

sche97/MATH4753 documentation built on April 17, 2020, 9:39 a.m.