Class Pfqn_lapKt

  • All Implemented Interfaces:

    
    public final class Pfqn_lapKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Double pfqn_lap(Matrix L, Matrix N, Matrix Z) Compute the Laplace approximation for the log normalizing constant
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • pfqn_lap

         final static Double pfqn_lap(Matrix L, Matrix N, Matrix Z)

        Compute the Laplace approximation for the log normalizing constant

        Parameters:
        L -
        • service demand matrix (M x R, typically 1 x R for repairman model)

        N -
        • population vector (1 x R)

        Z -
        • think time vector (1 x R)

        Returns:

        logI - logarithm of the normalizing constant approximation (NaN if no valid saddle point)