Index of /web/packages/QuantileNPCI/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2019-09-05 17:20 5.0K 

README

QuantileNPCI

The goal of QuantileNPCI is to calculate non-parametric confidence intervals for quantiles using fractional order statistics.

Installation

You can install the released version of QuantileNPCI from CRAN with:

install.packages("QuantileNPCI")

Example

This is a basic example which shows you how to calculate non-parametric confidence intervals for median, for the flood discharge data in Feather River with data included in the package:

library(QuantileNPCI)
quantCI(flood[flood$loc=="Feather", "discharge"], quant=0.5, alpha=0.05, method = "exact")