Delta |
Delta distribution is a distribution which cumulative distribution function is the Heaviside step function:
The distribution has one real parameter a, the delta peak.
This topic contains the following sections:
Constructor | Description | Performance |
---|---|---|
set Delta peak | Creates new instance of Delta with user specified parameter. |
Method | Description | Performance |
---|---|---|
sample | Generate random variable sample. Fill in array with random variable series in place: Static method which generates new sample of Delta distribution variate with specified parameters: | |
Probability density function. where a is the Delta peak. Static probability density function. | ||
cdf | Cumulative distribution function. Static cumulative distribution function. | |
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. |
Property | Description | Performance |
---|---|---|
peak | The location of Delta peak. | |
mean | Mean of the distribution. | |
median | Median of the distribution. | |
mode | Mode of distribution. | |
kurtosis | Excess Kurtosis of distribution. | |
skewness | Skewness of distribution. | |
entropy | Entropy of the distribution. | |
variance | Variance of the distribution. | |
standard deviation | Standard deviation of the distribution. |