COMBIN — Function to generate all possible combinations of elements stored in a list element
COMB = COMBIN(XVAL)
list of P vectors of undefined size (list created with the list function).
All possible set of vectors of size [Px1] from the values stored in XVAL (matrix [PxN] where N is the number of combination)
This function is designed to generate all possible set of parameters vector from given values of each parameters.