LibreOffice Module chart2 (master) 1
Namespaces | Functions
StatisticsHelper.hxx File Reference
#include <com/sun/star/uno/Reference.h>
#include <rtl/ustring.hxx>
#include <rtl/ref.hxx>
#include "charttoolsdllapi.hxx"
Include dependency graph for StatisticsHelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::beans
 
namespace  com::sun::star::chart2
 
namespace  com::sun::star::chart2::data
 
namespace  com::sun::star::uno
 
namespace  chart
 
namespace  chart::StatisticsHelper
 

Functions

OOO_DLLPUBLIC_CHARTTOOLS double chart::StatisticsHelper::getVariance (const css::uno::Sequence< double > &rData)
 Calculates 1/n * sum (x_i - x_mean)^2. More...
 
OOO_DLLPUBLIC_CHARTTOOLS double chart::StatisticsHelper::getStandardDeviation (const css::uno::Sequence< double > &rData)
 
OOO_DLLPUBLIC_CHARTTOOLS double chart::StatisticsHelper::getStandardError (const css::uno::Sequence< double > &rData)
 
OOO_DLLPUBLIC_CHARTTOOLS css::uno::Reference< css::chart2::data::XLabeledDataSequence > chart::StatisticsHelper::getErrorLabeledDataSequenceFromDataSource (const css::uno::Reference< css::chart2::data::XDataSource > &xDataSource, bool bPositiveValue, bool bYError=true)
 
OOO_DLLPUBLIC_CHARTTOOLS css::uno::Reference< css::chart2::data::XDataSequence > chart::StatisticsHelper::getErrorDataSequenceFromDataSource (const css::uno::Reference< css::chart2::data::XDataSource > &xDataSource, bool bPositiveValue, bool bYError=true)
 
OOO_DLLPUBLIC_CHARTTOOLS double chart::StatisticsHelper::getErrorFromDataSource (const css::uno::Reference< css::chart2::data::XDataSource > &xDataSource, sal_Int32 nIndex, bool bPositiveValue, bool bYError=true)
 
OOO_DLLPUBLIC_CHARTTOOLS void chart::StatisticsHelper::setErrorDataSequence (const css::uno::Reference< css::chart2::data::XDataSource > &xDataSource, const css::uno::Reference< css::chart2::data::XDataProvider > &xDataProvider, const OUString &rNewRange, bool bPositiveValue, bool bYError=true, OUString const *pXMLRange=nullptr)
 
OOO_DLLPUBLIC_CHARTTOOLS css::uno::Reference< css::beans::XPropertySetchart::StatisticsHelper::addErrorBars (const rtl::Reference< ::chart::DataSeries > &xDataSeries, sal_Int32 nStyle, bool bYError=true)
 
OOO_DLLPUBLIC_CHARTTOOLS css::uno::Reference< css::beans::XPropertySetchart::StatisticsHelper::getErrorBars (const rtl::Reference< ::chart::DataSeries > &xDataSeries, bool bYError=true)
 
OOO_DLLPUBLIC_CHARTTOOLS bool chart::StatisticsHelper::hasErrorBars (const rtl::Reference< ::chart::DataSeries > &xDataSeries, bool bYError=true)
 
OOO_DLLPUBLIC_CHARTTOOLS void chart::StatisticsHelper::removeErrorBars (const rtl::Reference< ::chart::DataSeries > &xDataSeries, bool bYError=true)
 
OOO_DLLPUBLIC_CHARTTOOLS bool chart::StatisticsHelper::usesErrorBarRanges (const rtl::Reference< ::chart::DataSeries > &xDataSeries, bool bYError=true)