Class Cox2

  • All Implemented Interfaces:
    java.io.Serializable , jline.lang.Copyable

    
    public class Cox2
    extends Coxian
                        

    A Coxian distribution with 2 phases.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Cox2(double mu1, double mu2, double phi1)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static Cox2 fitCentral(double mean, double var, double skew)
      static Cox2 fitMean(double mean)
      static Cox2 fitMeanAndSCV(double mean, double SCV)
      • Methods inherited from class jline.lang.processes.Coxian

        evalCDF, evalLST, fitCentral, fitMeanAndSCV, fitMeanAndSCV, getMean, getMu, getNumberOfPhases, getPhi, getRate, getSCV, getSkewness, getVar, mean, mu, numPhases, numberOfPhases, phi, rate, sample, sample, scv, skewness, var
      • Methods inherited from class jline.lang.processes.Markovian

        D, acf, embedded, embeddedProb, evalCDF, evalMeanT, evalVarT, getACF, getEmbedded, getEmbeddedProb, getIDC, getIDI, getInitProb, getMoments, getProcess, getSubgenerator, getVariance, idc, idi, initProb, moments, process, setMean, setProcess, setRate, subgenerator, variance
      • Methods inherited from class jline.lang.processes.Distribution

        evalProbInterval, getName, getNumParams, getParam, getSupport, isContinuous, isDisabled, isDiscrete, isImmediate, isMarkovian, name, numParams, param, setNumParams, setParam, support
      • Methods inherited from class jline.lang.Copyable

        copy
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Cox2

        Cox2(double mu1, double mu2, double phi1)