cumprod row and column

2 vues (au cours des 30 derniers jours)
Mate 2u
Mate 2u le 6 Juin 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.

Réponse acceptée

Walter Roberson
Walter Roberson le 6 Juin 2012
cumprod(cumprod(YourMatrix,2))

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by