Learn R Programming

epandist (version 1.0.1)

qepan: Quantile function for an uncensored epanechnikov distribution

Description

The inverse of this function is pepan.

Usage

qepan(p, mu = 0, r = 5^0.5)

Arguments

p
probability.
mu
mean of distribution.
r
half the range of the distribution, ie the distance from the mean to the smallest/largest value supported by the distribution. r=5^.5 corresponds to a standard deviation of 1.

Value

  • the quantile associated with x, mu and r.

Examples

Run this code
qepan(p=.25,mu=100,r=10) #Calculates the lower quartile of an epan-distributed variable

Run the code above in your browser using DataLab