LibreOffice Module chart2 (master) 1
Classes | Namespaces | Typedefs | Functions
RegressionCalculationHelper.hxx File Reference
#include <com/sun/star/uno/Sequence.hxx>
#include <cmath>
#include <utility>
#include <vector>
Include dependency graph for RegressionCalculationHelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  chart::RegressionCalculationHelper::isValid
 
class  chart::RegressionCalculationHelper::isValidAndXPositive
 
class  chart::RegressionCalculationHelper::isValidAndYPositive
 
class  chart::RegressionCalculationHelper::isValidAndYNegative
 
class  chart::RegressionCalculationHelper::isValidAndBothPositive
 
class  chart::RegressionCalculationHelper::isValidAndXPositiveAndYNegative
 

Namespaces

namespace  chart
 
namespace  chart::RegressionCalculationHelper
 

Typedefs

typedef std::pair< std::vector< double >, std::vector< double > > chart::RegressionCalculationHelper::tDoubleVectorPair
 

Functions

template<class Pred >
tDoubleVectorPair chart::RegressionCalculationHelper::cleanup (const css::uno::Sequence< double > &rXValues, const css::uno::Sequence< double > &rYValues, Pred aPred)
 takes the given x- and y-values and copies them into the resulting pair, which contains x-values in the first element and the y-values in the second one. More...