Coder Social home page Coder Social logo

brry / extremestat Goto Github PK

View Code? Open in Web Editor NEW
14.0 4.0 3.0 2.07 MB

Fit, plot and compare several (extreme value) distributions by means of a plot with return periods on a linear scale

Home Page: https://cran.r-project.org/package=extremeStat/vignettes/extremeStat.html

R 100.00%

extremestat's Introduction

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!).

extremestat's People

Contributors

brry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

extremestat's Issues

log scale on y axis in plotLextreme

I plot the return periods graphs with 17 distribution. The only issue is, i want log scale on y axis. As in code only "log=TRUR" which shows log scale on x axis. But i want log scale on y axis also.
As the peak values of different station are too vary.

NAs still result in a selected distribution

Hello, this package is very useful. I am using the distLfit function on a gridded dataset. The gridded dataset include grid cells with missing/NA values. When I loop this function through each grid cell, however, the cells with NAs still include a selected distribution (and it's usually the first one listed alphabetically (e.g., c("gev", "glo", "nor"). so when plotting the results, grid cells that should have a missing value, it now says 'gev'. why is this?

Statistical Distributions names

Dear Sir,
I am using your extremeStat package for the prediction of different Rivers using the available 17 different statistical distribution, which is mentioned in this package (extremeStat). it is a kind request that please provide the full names of each distribution, as the distributions are in the short form (i.e. wak, gev, nor, lap, etc). I googled most of them for the full name but some were found for more than one distribution.

Best Regards
Muhammad Irfan

bootstrapping sampling technique

Calculating confidence intervalls of return periods using extremeStat::distLexBoot I stumbled across the bootstrapping sampling.
I assumed bootstrapping samples are taken with replacement, eg. (sample(x, size, replace = TRUE)).
Currently sampling is done without replacement, is this on intend?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.