Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To calculate the relative change of Vega with respect to another column's value, you can use the percentage change formula.

Let's say you have two columns: Vega and Price. You want to calculate the relative change of Vega with respect to Price.

  1. Calculate the change in Vega and Price: Change in Vega = New Vega - Old Vega Change in Price = New Price - Old Price

  2. Calculate the percentage change in Price: % Change in Price = (Change in Price / Old Price) * 100

  3. Calculate the relative change in Vega: Relative Change in Vega = (Change in Vega / Old Vega) * 100

  4. Calculate the relative change in Vega with respect to Price: Relative Change in Vega / % Change in Price