Package kroqbd
Class KpcqbdFitResult
-
- All Implemented Interfaces:
public final class KpcqbdFitResultData class to hold KPC-QBD fitting results
-
-
Field Summary
Fields Modifier and Type Field Description private final MatrixCellphprivate final Doublescoreprivate final IntegerexitFlagprivate final DoubleArrayxprivate final List<MatrixCell>phListprivate final DoubleArrayx0
-
Constructor Summary
Constructors Constructor Description KpcqbdFitResult(MatrixCell ph, Double score, Integer exitFlag, DoubleArray x, List<MatrixCell> phList, DoubleArray x0)
-
Method Summary
Modifier and Type Method Description final MatrixCellgetPh()final DoublegetScore()final IntegergetExitFlag()final DoubleArraygetX()final List<MatrixCell>getPhList()final DoubleArraygetX0()-
-
Constructor Detail
-
KpcqbdFitResult
KpcqbdFitResult(MatrixCell ph, Double score, Integer exitFlag, DoubleArray x, List<MatrixCell> phList, DoubleArray x0)
-
-
Method Detail
-
getPh
final MatrixCell getPh()
-
getExitFlag
final Integer getExitFlag()
-
getX
final DoubleArray getX()
-
getPhList
final List<MatrixCell> getPhList()
-
getX0
final DoubleArray getX0()
-
-
-
-