How to multiply all elements in a list
I am trying to figure out how to multiply the unreliability of all the sub-components per year. I was thinking of creating an array for each year and use "Product" function to multiply all of the element within the array. But I feel like it will be loop within loops. Is there any suggestion to achieve this task? Thank you.