Skip to content

❗ This is a read-only mirror of the CRAN R package repository. extremeStat — Extreme Value Statistics and Quantile Estimation. Homepage: https://github.com/brry/extremeStat Report bugs for this package: https://github.com/brry/extremeStat/issues

Notifications You must be signed in to change notification settings

cran/extremeStat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intro

Fit, plot and compare several (extreme value) distributions. Can also compute (truncated) distribution quantile estimates and draw a plot with return periods on a linear scale.

See the Vignette for an introduction to the package.

installation

CRAN_Status_Badge downloads Rdoc "extremeStat dependencies"

Install / load the package and browse through the examples:

install.packages("extremeStat")
library(extremeStat)
vignette(extremeStat)

# update to the current development version, incl. vignette:
remotes::install_github("brry/extremeStat", build_vignettes=TRUE)

trouble

If normal installation doesn't work, click on Code - Download ZIP (topright), unzip the file to some place, then

setwd("that/path")
dd <- dir("extremeStat-master/R", full=T)
dummy <- sapply(dd, source)

This creates all R functions as objects in your globalenv workspace (and overwrites existing objects of the same name!).

About

❗ This is a read-only mirror of the CRAN R package repository. extremeStat — Extreme Value Statistics and Quantile Estimation. Homepage: https://github.com/brry/extremeStat Report bugs for this package: https://github.com/brry/extremeStat/issues

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages