cumprod row and column

2 visualizaciones (últimos 30 días)
Mate 2u
Mate 2u el 6 de Jun. de 2012
Hi there, I have a matrix of size 1000x 40. The 1000 represent weeks and 40 represent the number of assets. For each entry is a percentage of money made or lost.
I want to do the cum prod horizontally (all assets for one week), then cumprod going doing. So I have a full return for all assets.
Any help would be appreciated.

Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Jun. de 2012
cumprod(cumprod(YourMatrix,2))

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by