Package jline.api.mam.m3pp
Class M3pp2m_fitc_theoreticalKt
-
- All Implemented Interfaces:
public final class M3pp2m_fitc_theoreticalKt
-
-
Method Summary
Modifier and Type Method Description final static Array<Matrix>m3pp2m_fitc_theoretical(MatrixCell mmap, String method, Double t, Double tinf)Fits the theoretical characteristics of a MMAP(n,m) with a M3PP(2,m). final static Array<Matrix>m3pp2m_fitc_theoretical(MatrixCell mmap, String method, Double t)Fits the theoretical characteristics of a MMAP(n,m) with a M3PP(2,m). final static Array<Matrix>m3pp2m_fitc_theoretical(MatrixCell mmap, String method)Fits the theoretical characteristics of a MMAP(n,m) with a M3PP(2,m). final static Array<Matrix>m3pp2m_fitc_theoretical(MatrixCell mmap)Fits the theoretical characteristics of a MMAP(n,m) with a M3PP(2,m). -
-
Method Detail
-
m3pp2m_fitc_theoretical
@JvmOverloads() final static Array<Matrix> m3pp2m_fitc_theoretical(MatrixCell mmap, String method, Double t, Double tinf)
Fits the theoretical characteristics of a MMAP(n,m) with a M3PP(2,m).
- Parameters:
mmap- The MMAP(n,m) to fit with a M3PP(2,m)method- Fitting method: "exact_delta", "approx_delta", "approx_cov", or "approx_ag"t- Optional finite time scale (default: 1.tinf- Optional near-infinite time scale (default: 1e4)- Returns:
Fitted M3PP(2,m)
-
m3pp2m_fitc_theoretical
@JvmOverloads() final static Array<Matrix> m3pp2m_fitc_theoretical(MatrixCell mmap, String method, Double t)
Fits the theoretical characteristics of a MMAP(n,m) with a M3PP(2,m).
- Parameters:
mmap- The MMAP(n,m) to fit with a M3PP(2,m)method- Fitting method: "exact_delta", "approx_delta", "approx_cov", or "approx_ag"t- Optional finite time scale (default: 1.- Returns:
Fitted M3PP(2,m)
-
m3pp2m_fitc_theoretical
@JvmOverloads() final static Array<Matrix> m3pp2m_fitc_theoretical(MatrixCell mmap, String method)
Fits the theoretical characteristics of a MMAP(n,m) with a M3PP(2,m).
- Parameters:
mmap- The MMAP(n,m) to fit with a M3PP(2,m)method- Fitting method: "exact_delta", "approx_delta", "approx_cov", or "approx_ag"- Returns:
Fitted M3PP(2,m)
-
m3pp2m_fitc_theoretical
@JvmOverloads() final static Array<Matrix> m3pp2m_fitc_theoretical(MatrixCell mmap)
Fits the theoretical characteristics of a MMAP(n,m) with a M3PP(2,m).
- Parameters:
mmap- The MMAP(n,m) to fit with a M3PP(2,m)- Returns:
Fitted M3PP(2,m)
-
-
-
-