TFCS1DFunctionRegressionTF class

Base classes

class TFCS1DFunctionRegression

Constructors, destructors, conversion operators

TFCS1DFunctionRegressionTF()
TFCS1DFunctionRegressionTF(float, float)
~TFCS1DFunctionRegressionTF()

Public functions

auto rnd_to_fct(double rnd) const -> double virtual
auto retransform(double value) const -> double
auto rnd_to_fct() const -> double
void rnd_to_fct() const
auto rnd_to_fct() const -> double pure virtual

Function documentation

double TFCS1DFunctionRegressionTF::rnd_to_fct(double rnd) const virtual

Function gets random number rnd in the range [0,1) as argument and returns function value

void TFCS1DFunctionRegressionTF::rnd_to_fct() const

Function gets array of random numbers rnd[] in the range [0,1) as arguments and returns function value in array value. For a n-dimensional function, value and rnd should both have n elements.

double TFCS1DFunctionRegressionTF::rnd_to_fct() const pure virtual

Function gets random number rnd in the range [0,1) as argument and returns function value