Dear All

Do you know how can I compute the sample volatility (sqrt(variance)) of the returns held in my Datable? For information, my db object contains a column "Return" which has been filled with values.

DataTable^db=gcnew DataTable();

Thanks in advance

Heron