breeze.numerics

financial

package financial

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. financial
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed class PaymentTime extends AnyRef

Value Members

  1. object End extends PaymentTime with Product with Serializable

  2. object Start extends PaymentTime with Product with Serializable

  3. def futureValue(rate: Double, numPeriods: Int, payment: Double, presentValue: Double, when: PaymentTime = End): Double

  4. def interestPayments(rate: Double, numPeriods: Int, presentValue: Double, futureValue: Double = 0.0, when: PaymentTime = End): DenseVector[Double]

  5. object netPresentValue extends UFunc

  6. def payment(rate: Double, numPeriods: Int, presentValue: Double, futureValue: Double = 0.0, when: PaymentTime = End): Double

  7. def presentValue(rate: Double, numPeriods: Int, payment: Double, futureValue: Double, when: PaymentTime = End): Double

  8. def principalInterest(rate: Double, numPeriods: Int, presentValue: Double, futureValue: Double = 0.0, when: PaymentTime = End): (DenseVector[Double], DenseVector[Double], DenseVector[Double])

  9. def principalPayments(rate: Double, numPeriods: Int, presentValue: Double, futureValue: Double = 0.0, when: PaymentTime = End): DenseVector[Double]

  10. def principalRemaining(rate: Double, numPeriods: Int, presentValue: Double, futureValue: Double = 0.0, when: PaymentTime = End): DenseVector[Double]

Inherited from AnyRef

Inherited from Any

Ungrouped