The function takes a matrix of values that have accumulated over rows and
returns a matrix of the incremental increase between each row. Do not run fun.decum
as a stand-alone function
Usage
fun.decum(matrix)
Arguments
matrix
This is a matrix of values to be decumulated where the cumulation occurs over rows within the same column.