I am new to breeze. Please help with this formula
I have a Vector called data, a constant called alpha, and another Vector called delay. I want to generate an output Vector adjData.
The elemental operation is
adjData_i = (1 - alpha * delay_i)Data_i
how to express this using vector operation in Breeze?