geom2arith
Geometric to arithmetic moments of asset returns
Description
Examples
Input Arguments
Output Arguments
Algorithms
Geometric returns over period tG are modeled as multivariate lognormal random variables with moments
and
Arithmetic returns over period tA are modeled as multivariate normal random variables with moments
Given t = tA / tG, the transformation from geometric to arithmetic moments is
For i,j = 1,..., n.
Note
If t = 1, then X = log(Y).
This function requires that the input mean must satisfy 1 +
mg > 0
and that the input covariance
Cg
must be a symmetric,
positive, semidefinite matrix.
The functions geom2arith
and arith2geom
are complementary so that,
given m
, C
, and
t
, the sequence
[ma,Ca] = geom2arith(m,C,t); [mg,Cg] = arith2geom(ma,Ca,1/t);
yields mg
= m
and
Cg
= C
.
Version History
Introduced before R2006a