Logarithmic distribution

MR_dice_icon.jpg Download a complete copy of this risk analysis resource for free here.

Format: VoseLogarithmic(q, U)

Logarithmic equations

The logarithmic distribution (sometimes known as the Logarithmic Series distribution) is a discrete, positive distribution, peaking at x = 1, with one parameter and a long right tail. The figures below show two examples of the Logarithmic distribution.

image191.gif

Uses

The logarithmic distribution is quite popular in insurance for modeling a claim frequency. It has been used to describe, for example: the number of items purchased by a consumer in a particular period; the number of bird and plant species in an area; and the number of parasites per host. There is some theory that relates the latter two to an observation by Newcomb (1881) that the frequency of use of different digits in natural numbers followed a Logarithmic distribution. Click here to expand.

Zero-modified version

When modeling or analyzing counting data, it is often desirable to modify probability of zero of the discrete distribution we use, to more accurately model the probability of "no event occurring". We can make two types of modifications to our distribution for this:

See also: Zero-modified counting distributions

VoseFunctions for this distribution

VoseLogarithmic generates values from this distribution or calculates a percentile

VoseLogarithmicObject constructs a distribution object for this distribution

VoseLogarithmicProb returns the probability density or cumulative distribution function for this distribution

VoseLogarithmicProb10 returns the log10 of the probability density or cumulative distribution function  

VoseLogarithmicFit generates values from this distribution fitted to data, or calculates a percentile from the fitted distribution

VoseLogarithmicFitObject constructs a distribution object of this distribution fitted to data

VoseLogarithmicFitP returns the parameters of this distribution fitted to data

 

See Also