public class Tool4ExpotentialFunction
extends java.lang.Object
Tool4ExpotentialFunction
class calculates an exponential function.Constructor and Description |
---|
Tool4ExpotentialFunction()
Konstruktor der Klasse
|
Modifier and Type | Method and Description |
---|---|
double |
calcFunction(double x)
The method
calcFunction calculates the expotential function. |
double |
getA()
get field: Koeffizient.
|
double |
getB()
get field: Koeffizient.
|
java.lang.String |
getCorrelationCoefficient()
The method
getCorrelationCoefficient returns the correlations coefficient. |
java.lang.String |
getExpotentialFunction(java.util.Vector points)
Die Methode
getExpotentialFunction berechnet eine Expotential Function. |
java.lang.String |
getExpotentialFunction(java.util.Vector points,
int digits)
Die Methode
getExpotentialFunction berechnet eine Expotential Function. |
public Tool4ExpotentialFunction()
public double getA()
public double getB()
public java.lang.String getExpotentialFunction(java.util.Vector points) throws java.lang.Exception
getExpotentialFunction
berechnet eine Expotential Function.
y = a * b^t, bestimmt werden die Koeffizienten a und b.
Im Test-Modus wird nur eine Zahlungsreihe von 3 Zahlungen ber�cksichtigt.points
- Punkte in der Ebenejava.lang.Exception
- if errorpublic java.lang.String getExpotentialFunction(java.util.Vector points, int digits) throws java.lang.Exception
getExpotentialFunction
berechnet eine Expotential Function.
y = a * b^t, bestimmt werden die Koeffizienten a und b.
Im Test-Modus wird nur eine Zahlungsreihe von 3 Zahlungen ber�cksichtigt.points
- Punkte in der Ebenedigits
- dezimalzahlen.java.lang.Exception
- if errorpublic double calcFunction(double x)
calcFunction
calculates the expotential function.x
- the parameterpublic java.lang.String getCorrelationCoefficient()
getCorrelationCoefficient
returns the correlations coefficient.