mymlnorm: MyMLNorm

View source: R/mymlnorm.R

mymlnormR Documentation

MyMLNorm

Description

MyMLNorm

Usage

mymlnorm(x, mu, sig)

Arguments

x

data values vector

mu

range of possible values for the mean

sig

range of possible values for the standard deviation

Value

A contour plot highlighting the mean and standard deviation for the given data values vector, assuming that the dataset is normally distributed

Examples

## Not run: mymlnorm(x=c(10,12,13,15,12,11),mu=seq(10,15,length=1000),sig=seq(0.1,4,length=1000))

TheShortPerson/MATH4753shor0035 documentation built on April 29, 2022, 4:39 a.m.