All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fabula.util.Annuity

java.lang.Object
   |
   +----fabula.util.Annuity

public class Annuity
extends Object
The class Annuity calculates the "Effektivzins" after the annuity method. The entry value for this calculation must be first calculated by the Uniform method which is also included.


Constructor Index

 o Annuity()

Method Index

 o Calc(double, double, int, double)
Annuitäten Methode um genauer zu rechnen
 o Uniform(double, double, int)
Uniformmethode um einen Näherungswert zu ermitteln

Constructors

 o Annuity
  public Annuity()

Methods

 o Uniform
  public static double Uniform(double p,
                               double b,
                               int M)
Uniformmethode um einen Näherungswert zu ermitteln

 o Calc
  public static double Calc(double p,
                            double b,
                            int M,
                            double e)
Annuitäten Methode um genauer zu rechnen


All Packages  Class Hierarchy  This Package  Previous  Next  Index