STK++ 1.0
STK_Regress_Util.h File Reference

In this file we declare the main . More...

#include "../../STKernel/include/STK_String.h"
Include dependency graph for STK_Regress_Util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


namespace  STK::Regress

Enumerations

enum  STK::Regress::TypeRegression { STK::Regress::unknown_ = 0, STK::Regress::linear_, STK::Regress::additiveBSpline_, STK::Regress::adaptiveBSpline_ }
 Regression method we will use. More...

Functions

TypeRegression STK::Regress::StringToTypeRegression (String const &type)
 Convert a String to a TypeRegression.
String STK::Regress::TypeRegressionToString (TypeRegression const &type)
 Convert a TypeRegression to a String.

Detailed Description

In this file we declare the main .

Definition in file STK_Regress_Util.h.