Classes and interfaces

ExponentiationRegression

f( x ) = a * x^b Regression for the basic exponentiation function.

« More »

ExponentiationRegression2

f( x ) = a * x^b + c Regression for the basic exponentiation function.

« More »

FixedPowerRegression

f( x ) = a * n^( b * x ) Regression for the basic exponentiation function.

« More »

FixedPowerRegression2

f( x ) = a * n^( b * x ) + c Regression for the basic exponentiation function.

« More »

PowerRegression

f( x ) = a * b^( x ) Regression for the basic exponentiation function.

« More »

PowerRegression2

f( x ) = a * b^( c * x ) Regression for the basic exponentiation function.

« More »

PowerRegression3

f( x ) = a * b^( c * x + d ) Regression for the basic exponentiation function.

« More »

PowerRegression4

f( x ) = a * b^( c * x + d ) + g Regression for the basic exponentiation function.

« More »