mynormfunction: My norm function

View source: R/mynormfunction.R

mynormfunctionR Documentation

My norm function

Description

My norm function

Usage

mynormfunction(x, mu, sig, ...)

Arguments

x

data to be passed through

mu

mean

sig

standard deviation

...

alternate arguments

Value

graph of maximum likelihood

Examples

mynormfunction(x=c(5,7,7,8,10),mu=seq(5,10,length=1000),sig=seq(0.1,4,length=1000),lwd=2,labcex=1)

miguelrh45/MATH4753rund0006 documentation built on May 3, 2022, 7:36 p.m.