Logarithmic distribution

MR-dice-icon.png Download a pdf copy of this help file  here



image1094.gif





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.

The logarithmic distribution has also been used in microbiology to model the number of organisms in a cluster. The principal motivation for doing this is that if the number of clumps in a sample are Poisson distributed, then the total number of organisms in the sample follows a Pólya distribution.

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 mass or cumulative distribution function for this distribution

VoseLogarithmicProb10 returns the log10 of the probability mass 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