Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

EarthyScience/DistributionFits.jl

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

155 Commits
155 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DistributionFits

Stable Dev Build Status Coverage

Extends Distributions.jl to

  • numerically estimate moments and mode for distributions without analytical formulas for those, i.e. logitnormal distribution
  • allow fitting a distribution to a given set of aggregate statistics.
    • to specified moments
    • to mean and upper quantile point
    • to mode and upper quantile point
    • to median and upper quantile point
    • to lower and upper quantiles, i.e confidence range

This can also be used to approximate one distribution via a different distribution by matching its moments.

User needs to explicitly using Optim.jl for DistributionFits.jl to work properly:

using DistributionFits, Optim

Currently, support for the following distributios are implemented:

  • Normal
  • Lognormal
  • Logitnormal
  • Exponential
  • Weibull (only fitting to two quantiles)
  • Gamma (only fitting to two quantiles)

See Documentation

About

Extension of Distributions.jl allows specifying distributions by aggregate statistics #1296

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.