Package jline.lib.butools.map
Class RAPFromMomentsAndCorrelationsKt
-
- All Implemented Interfaces:
public final class RAPFromMomentsAndCorrelationsKt
-
-
Method Summary
Modifier and Type Method Description final static Pair<Matrix, Matrix>rapFromMomentsAndCorrelations(DoubleArray moms, DoubleArray corr)Returns a rational arrival process that has the same moments and lag autocorrelation coefficients as given. -
-
Method Detail
-
rapFromMomentsAndCorrelations
final static Pair<Matrix, Matrix> rapFromMomentsAndCorrelations(DoubleArray moms, DoubleArray corr)
Returns a rational arrival process that has the same moments and lag autocorrelation coefficients as given.
- Parameters:
moms- The vector of marginal moments.corr- The vector of lag autocorrelation coefficients.- Returns:
Pair of (H0, H1) matrices of the rational arrival process
-
-
-
-