|
Format: VoseLogarithmic(q, U)
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.

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.
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:
Zero-inflated model - we increase the probability of zero. (equations)
Zero-truncated model - as the probability at zero of an unmodified Logarithmic distribution is already zero by itself, there is no need for a separate zero-truncated model.
See also: Zero-modified counting distributions
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