Package jline.lib.m3a
Class M3aFitOptions
-
- All Implemented Interfaces:
public final class M3aFitOptionsOptions for M3A fitting algorithms.
-
-
Constructor Summary
Constructors Constructor Description M3aFitOptions(Integer method, Integer numStates, Double timescale, Double timescaleAsy)
-
Method Summary
Modifier and Type Method Description final IntegergetMethod()Fitting method (0 = inter-arrival, 1 = counting process) final IntegergetNumStates()Number of states for the fitted MMAP (mandatory) final DoublegetTimescale()Finite time scale for counting process (auto-computed if null) final DoublegetTimescaleAsy()Near-infinite time scale (auto-computed if null) -
-
Method Detail
-
getNumStates
final Integer getNumStates()
Number of states for the fitted MMAP (mandatory)
-
getTimescale
final Double getTimescale()
Finite time scale for counting process (auto-computed if null)
-
getTimescaleAsy
final Double getTimescaleAsy()
Near-infinite time scale (auto-computed if null)
-
-
-
-