Home
last modified time | relevance | path

Searched refs:getStandardDeviation (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/chart2/source/inc/ !
H A DStatisticsHelper.hxx50 static double getStandardDeviation( const ::com::sun::star::uno::Sequence< double > & rData );
/AOO42X/main/chart2/source/tools/ !
H A DStatisticsHelper.cxx188 double StatisticsHelper::getStandardDeviation( const Sequence< double > & rData ) in getStandardDeviation() function in chart::StatisticsHelper
/AOO42X/main/chart2/source/view/charttypes/ !
H A DVSeriesPlotter.cxx645 fResult = StatisticsHelper::getStandardDeviation( rData ); in lcl_getErrorBarLogicLength()