类 NonconvergenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
cn.nkpro.elcube.utils.xirr.NonconvergenceException
- 所有已实现的接口:
Serializable
Indicates the algorithm failed to converge in the allotted number of
iterations.
- 作者:
- ray
- 另请参阅:
- 序列化表格
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明doubleGet the initial guess used for the algorithm.longGet the number of iterations applied.
-
构造器详细资料
-
NonconvergenceException
public NonconvergenceException(double guess, long iterations)
-
-
方法详细资料
-
getInitialGuess
public double getInitialGuess()Get the initial guess used for the algorithm.- 返回:
- the initial guess used for the algorithm
-
getIterations
public long getIterations()Get the number of iterations applied.- 返回:
- the number of iterations applied.
-