Package jline.io

Class Ret.pfqnCUB

java.lang.Object
jline.io.Ret.pfqnCUB
All Implemented Interfaces:
Function<double[],Double>
Enclosing class:
Ret

public static class Ret.pfqnCUB extends Object implements Function<double[],Double>
Function class for the integrand used in cubature calculations. This function calculates the integrand value given a vector of inputs, based on the service demand matrix (L), total population (Nt), and a vector of coefficients (beta).
  • Constructor Details

    • pfqnCUB

      public pfqnCUB(Matrix L, double Nt, Matrix beta)
  • Method Details