Top |
Functions
double | gog_reg_curve_get_R2 () |
void | gog_reg_curve_get_bounds () |
gchar const * | gog_reg_curve_get_equation () |
Functions
gog_reg_curve_get_bounds ()
void gog_reg_curve_get_bounds (GogRegCurve *reg_curve
,double *xmin
,double *xmax
);
Types and Values
GogRegCurveClass
typedef struct { GogTrendLineClass base; double (*get_value_at) (GogRegCurve *reg_curve, double x); char const * (*get_equation) (GogRegCurve *reg_curve); void (*populate_editor) (GogRegCurve *reg_curve, gpointer table); } GogRegCurveClass;
Members
GogTrendLineClass |
||
returns the calculated value. |
||
gets the regresion equation as a string. |
||
populates the editor. |