19 #ifndef com_sun_star_chart2_XRegressionCurveCalculator_idl 20 #define com_sun_star_chart2_XRegressionCurveCalculator_idl 60 void setRegressionProperties( [in]
long degree,
61 [in]
boolean forceIntercept,
62 [in]
double interceptValue,
64 [in]
long movingType);
77 void recalculateRegression( [in] sequence< double > aXValues,
78 [in] sequence< double > aYValues);
96 double getCurveValue( [in]
double x )
127 sequence< com::sun::star::geometry::RealPoint2D > getCurveValues(
130 [in]
long nPointCount,
133 [in]
boolean bMaySkipPointsInCalculation )
148 double getCorrelationCoefficient();
159 string getRepresentation();
167 [in]
long nNumberFormatKey,
168 [in]
long nFormulaLength );
175 void setXYNames( [in]
string aXName,
176 [in]
string aYName );
Definition: XScaling.idl:29
Definition: Ambiguous.idl:22
Definition: XRegressionCurveCalculator.idl:37
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:47