Open s-leroux opened 1 year ago
Implement (in Cython) the log return algorithm:
r[i] = ln(p[i]/p[i-i])
or
r[i] = ln(p[i])-ln(p[i-i])
Implement (in Cython) the log return algorithm:
or