Package jline.lib.butools.ph
Class PH2From3MomentsKt
-
- All Implemented Interfaces:
public final class PH2From3MomentsKt
-
-
Method Summary
Modifier and Type Method Description final static PH2Representationph2From3Moments(DoubleArray moms, Double prec)Returns a PH(2) which has the same 3 moments as given. -
-
Method Detail
-
ph2From3Moments
final static PH2Representation ph2From3Moments(DoubleArray moms, Double prec)
Returns a PH(2) which has the same 3 moments as given.
- Parameters:
moms- The moments to match (length 3).prec- Numerical precision, default value is 1e-14.- Returns:
The PH2Representation containing alpha (initial vector) and A (generator).
-
-
-
-