SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.analysis.sequence
Interface Summation.Term

Enclosing class:
Summation

public static interface Summation.Term

Define the terms in a summation series.


Method Summary
 double evaluate(double index)
          Evaluate the term for a given index.
 

Method Detail

evaluate

double evaluate(double index)
Evaluate the term for a given index.

Parameters:
index - the index
Returns:
x(index)

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.