У меня есть файл, в котором находятся замеры к каждому заказу (по з замера к каждому заказу). Мне необходимо посчитать стандартное отклонение по всем заказам сразу. Это возможно?
Зарание благодарен любому совету.
Hello! I have a filein which themeasurementsareto each order(in 3 measurementforeach order). I need tocalculate thestandard deviationon all ordersat once.Is that possible? Thank you in advanceto any advice.
If you are asking about the function in qv, then try : stdev() . Or else, if you are bothered about getting it from multiple fields, then you might want to transform the table during load.