Skip to content

❗ This is a read-only mirror of the CRAN R package repository. QuantileNPCI — Nonparametric Confidence Intervals for Quantiles

Notifications You must be signed in to change notification settings

cran/QuantileNPCI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

❗ This is a read-only mirror of the CRAN R package repository. QuantileNPCI — Nonparametric Confidence Intervals for Quantiles

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages