percentile: Percentile

Description Usage Arguments Value Examples

View source: R/percentile.R

Description

Input as percent, not decimal

Usage

1
percentile(perc, mu, sigma)

Arguments

perc

the "th" percentile to calculate, example 60th -> 60

mu

the mean

sigma

the standard deviation

Value

the calculated percentile

Examples

1
percentile(perc,mu,sigma)

DanielM39/myStats documentation built on Dec. 17, 2021, 4:04 p.m.