quantile.dist.emp: Empirically a quantile from a sampling distribution.

View source: R/simulate.R

quantile.dist.empR Documentation

Empirically a quantile from a sampling distribution.

Description

Empirically a quantile from a sampling distribution.

Usage

## S3 method for class 'dist.emp'
quantile(x, prob, quantile = 0.5, n = 1e+06)

Arguments

x

The values.

prob

The weights (same length as values).

quantile

The quantile to find.

n

The number of random values to generate.

Value

Value at requested quantile.


mattmoo/daohtools documentation built on Feb. 5, 2023, 5:38 a.m.