Click or drag to resize

Delta

Delta distribution is a distribution which cumulative distribution function is the Heaviside step function:

DDelta Cdf

The distribution has one real parameter a, the delta peak.

This topic contains the following sections:

Constructor

Constructor

Description

Performance

set Delta peak

Creates new instance of Delta with user specified parameter.

methodDelta(Double)

Methods

Method

Description

Performance

sample

Generate random variable sample.

methodSample

Fill in array with random variable series in place:

methodSample(Double)

Static method which generates new sample of Delta distribution variate with specified parameters:

StaticSample(Double)

pdf

Probability density function.

DDelta Pdf

where a is the Delta peak.

methodPdf(Double)

Static probability density function.

StaticPdf(Double, Double)

cdf

Cumulative distribution function.

DDelta Cdf

methodCdf(Double)

Static cumulative distribution function.

StaticCdf(Double, Double)

inverse cdf

Inverse cumulative distribution function. Is useful for quantile calculation. Function will return value of random variable such that likelihood for this random variable to occur less than or equal to returned value equal to specified pvalue parameter.

StaticInverseCdf(Double, Double)

Properties

Property

Description

Performance

peak

The location of Delta peak.

PropertyPeak

mean

Mean of the distribution.

DDelta Peak

PropertyMean

median

Median of the distribution.

DDelta Peak

PropertyMedian

mode

Mode of distribution.

DDelta Peak

PropertyMode

kurtosis

Excess Kurtosis of distribution.

DDelta Zero

PropertyKurtosis

skewness

Skewness of distribution.

DDelta Zero

PropertySkewness

entropy

Entropy of the distribution.

DDelta Zero

PropertyEntropy

variance

Variance of the distribution.

DDelta Zero

PropertyVariance

standard deviation

Standard deviation of the distribution.

DDelta Zero

PropertyStandardDeviation