Exponential family distributions | Continuous distributions | Infinitely divisible probability distributions

Erlang distribution

The Erlang distribution is a two-parameter family of continuous probability distributions with support . The two parameters are: * a positive integer the "shape", and * a positive real number the "rate". The "scale", the reciprocal of the rate, is sometimes used instead. The Erlang distribution is the distribution of a sum of independent exponential variables with mean each. Equivalently, it is the distribution of the time until the kth event of a Poisson process with a rate of . When , the distribution simplifies to the exponential distribution. The Erlang distribution is a special case of the gamma distribution wherein the shape of the distribution is discretised. The Erlang distribution was developed by A. K. Erlang to examine the number of telephone calls which might be made at the same time to the operators of the switching stations. This work on telephone traffic engineering has been expanded to consider waiting times in queueing systems in general. The distribution is also used in the field of stochastic processes. (Wikipedia).

Erlang distribution
Video thumbnail

LambdaConf 2015 - Introduction to Erlang Steven Proctor

If you have heard nothing else about Erlang, you have probably heard something about OTP and people chanting “Processes are not threads. Processes are really cheap. Ohmmmm.” In this workshop you will get a overview of Erlang syntax, OTP process management, and how cheap Erlang processes re

From playlist LambdaConf 2015

Video thumbnail

Erlang DC 2013 Lightning Talk - little languages in erlang by Eric Merritt

Help us caption & translate this video! http://amara.org/v/FGca/

From playlist Erlang DC 2013

Video thumbnail

Erlang Master Class 2: Video 3 - Handling errors

http://www.cs.kent.ac.uk/ErlangMasterClasses These Master Classes will show you how Erlang can be used in practice to solve larger problems. The examples provide 'capstones' for different aspects of Erlang: functional programming, concurrent programming and larger-scale programming with O

From playlist Erlang Master Class

Video thumbnail

Erlang Master Class 2: Video 6 - Discussion

http://www.cs.kent.ac.uk/ErlangMasterClasses These Master Classes will show you how Erlang can be used in practice to solve larger problems. The examples provide 'capstones' for different aspects of Erlang: functional programming, concurrent programming and larger-scale programming with O

From playlist Erlang Master Class

Video thumbnail

Erlang Master Class 2: Video 2 - Abstracting patterns of concurrency

http://www.cs.kent.ac.uk/ErlangMasterClasses These Master Classes will show you how Erlang can be used in practice to solve larger problems. The examples provide 'capstones' for different aspects of Erlang: functional programming, concurrent programming and larger-scale programming with O

From playlist Erlang Master Class

Video thumbnail

Erlang Master Class 2: Video 5 - Client-server: name-server and resolver

http://www.cs.kent.ac.uk/ErlangMasterClasses These Master Classes will show you how Erlang can be used in practice to solve larger problems. The examples provide 'capstones' for different aspects of Erlang: functional programming, concurrent programming and larger-scale programming with O

From playlist Erlang Master Class

Video thumbnail

Erlang Master Class 3: Video 1 - Client Servers

http://www.cs.kent.ac.uk/ErlangMasterClasses These Master Classes will show you how Erlang can be used in practice to solve larger problems. The examples provide 'capstones' for different aspects of Erlang: functional programming, concurrent programming and larger-scale programming with O

From playlist Erlang Master Class

Video thumbnail

Erlang Master Class 2: Video 4 - The Road to Generics

http://www.cs.kent.ac.uk/ErlangMasterClasses These Master Classes will show you how Erlang can be used in practice to solve larger problems. The examples provide 'capstones' for different aspects of Erlang: functional programming, concurrent programming and larger-scale programming with O

From playlist Erlang Master Class

Video thumbnail

Why Functional Programming?

When should you turn to functional programming approaches? Steve Vinoski tells of his own experiences with distributed application development and why Erlang eased (many of) his headaches.

From playlist Programming Podcast

Video thumbnail

Random Incidence Under Erlang Arrivals

MIT 6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 View the complete course: http://ocw.mit.edu/6-041SCF13 Instructor: Jimmy Li License: Creative Commons BY-NC-SA More information at http://ocw.mit.edu/terms More courses at http://ocw.mit.edu

From playlist MIT 6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013

Video thumbnail

Erlang Master Class 3- Video 2 - What's in a Message?

http://www.cs.kent.ac.uk/ErlangMasterClasses These Master Classes will show you how Erlang can be used in practice to solve larger problems. The examples provide 'capstones' for different aspects of Erlang: functional programming, concurrent programming and larger-scale programming with O

From playlist Erlang Master Class

Video thumbnail

LambdaConf 2015 - The Meaning of LFE Zeeshan Lakhani

Do you enjoy Lisp-based languages, built on s-expressions and homoiconicity? Do you like writing syntactic abstractions with pattern matching? What if you could use a Lisp to write a fault-tolerant, highly-available distributed datastore? Welcome to the wonderful world of LFE (Lisp-Flavore

From playlist LambdaConf 2015

Video thumbnail

ElixirConf 2016 - pg2 and You: Getting Distributed with Elixir by Eric Entin

pg2 and You: Getting Distributed with Elixir by Eric Entin Erlang's pg2 module provides distributed process groups and is a key technology underlying Phoenix's default PubSub adapter, which powers the Channels API that we know and love. Together, we'll take a guided tour of pg2's capabili

From playlist ElixirConf 2016

Video thumbnail

Francesco Cesarini interviewed at OSCON 2013

http://www.oscon.com Francesco Cesarini is the founder of Erlang Solutions Ltd. He has used Erlang on a daily basis since 1995, starting as an intern at Ericsson's computer science laboratory, the birthplace of Erlang. He moved on to Ericsson's Erlang training and consulting arm working on

From playlist Open Source Convention (OSCON) 2013

Video thumbnail

Programming Elixir: The magic of today's tonic

Presenter(s): Katie Miller URL: https://lca2014.linux.org.au/schedule/30072/view_talk Elixir is a new arrival on the programming language scene but many of the features that have its devotees raving are actually old favourites for functional fans. Pragmatic Programmer Dave Thomas has laud

From playlist erlang

Video thumbnail

Erlang Master Class 3: Video 6 - Discussion

http://www.cs.kent.ac.uk/ErlangMasterClasses These Master Classes will show you how Erlang can be used in practice to solve larger problems. The examples provide 'capstones' for different aspects of Erlang: functional programming, concurrent programming and larger-scale programming with O

From playlist Erlang Master Class

Video thumbnail

RubyConf 2014 - Rubyists, have a sip of Elixir!

By, Benjamin Tan Wei Hao This talk is about Elixir – a functional, meta-programming aware language built on top of the Erlang VM. I introduce some of Elixir's more interesting language features. Then I will demonstrate some of the features that Erlang gives Elixir for free, such as the O

From playlist RubyConf 2014

Video thumbnail

Interview with Erlang Solutions' Francesco Cesarini

From OSCON 2015 in Portland, an interview with the Technical Director and founder of Erlang Solutions. About Francesco Cesarini: Francesco Cesarini is the founder of Erlang Solutions Ltd. He has used Erlang on a daily basis since 1995, starting as an intern at Ericsson’s computer science

From playlist OSCON 2015

Video thumbnail

Erlang Master Class 3: Video 5 - Applications

http://www.cs.kent.ac.uk/ErlangMasterClasses These Master Classes will show you how Erlang can be used in practice to solve larger problems. The examples provide 'capstones' for different aspects of Erlang: functional programming, concurrent programming and larger-scale programming with O

From playlist Erlang Master Class

Related pages

Support (mathematics) | Queueing theory | Shape parameter | Gamma distribution | Probability density function | Chi-squared distribution | Cumulative distribution function | Stochastic process | Exponential distribution | Teletraffic engineering | Independent and identically distributed random variables | Independence (probability theory) | Traffic generation model | Poisson distribution | Scale parameter | Gamma function | Integer | Incomplete gamma function | Probability distribution | Agner Krarup Erlang | Generalized chi-squared distribution | Phase-type distribution | Pearson distribution