You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.LogarithmicStat Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.LogarithmicStat Function

Logarithmic distribution statistic parameters.

Pascal
procedure LogarithmicStat(p: double; out AMean: double; out AVariance: double; out ASkewness: double; out AKurtosis: double); overload;
Parameters 
Description 
Distribution parameter, real value on open interval (0,1). 
AMean 
Returns distribution mean estimate. 
AVariance 
Returns distribution variance estimate. 
ASkewness 
Returns distribution skewness estimate. 
AKurtosis 
Returns distribution kurtosis estimate. 

procedure LaplaceStat(m,b: single; out AMean, AVariance, ASkewness, AKurtosis: single); overload;  

Calculates logarithmic distribution mean, variance, skewness and kurtosis values using parameter p.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!