| Description |
VBA Functions |
Worksheet Functions |
| Distribution Fitting |
- |
=DistFit("Logarithmic";Data)
|
| Probability Density Function |
LogarithmicPdf(x,theta) |
=LogarithmicPdf(theta)
=DistPdf("Logarithmic(theta)";x)
|
| Cumulative Distribution Function |
LogarithmicCdf(x,theta) |
=LogarithmicCdf(theta)
=DistCdf("Logarithmic(theta)";x)
|
| Survival Function |
LogarithmicSurv(x,theta) |
=DistSurv("Logarithmic(theta)";x)
|
| Random Numbers |
LogarithmicRand(theta) |
=LogarithmicRand(theta)
=DistRand("Logarithmic(theta)")
|
| Mode |
LogarithmicMode(theta) |
=DistMode("Logarithmic(theta)")
|
| Mean |
LogarithmicMean(theta) |
=LogarithmicMean(theta)
=DistMean("Logarithmic(theta)")
|
| Variance |
LogarithmicVar(theta) |
=LogarithmicVar(theta)
=DistVar("Logarithmic(theta)")
|
| Standard Deviation |
LogarithmicStdev(theta) |
=LogarithmicStdev(theta)
=DistStdev("Logarithmic(theta)")
|
| Skewness |
LogarithmicSkew(theta) |
=DistSkew("Logarithmic(theta)")
|
| (Excess) Kurtosis |
LogarithmicKurt(theta) |
=DistKurt("Logarithmic(theta)")
|