Interface QuasiDistribution

    • Method Detail

      • quasiLikelihood

        double quasiLikelihood​(double mu,
                               double y)
        the quasi-likelihood function corresponding to a single observation Q(μ; y)
        Parameters:
        mu - μ
        y - y
        Returns:
        Q(μ; y)
        See Also:
        "P. J. MacCullagh and J. A. Nelder, Generalized Linear Models, 2nd ed. Chapter 9. Table 9.1. p.326."
      • quasiDeviance

        double quasiDeviance​(double y,
                             double mu)
        the quasi-deviance function corresponding to a single observation
        Parameters:
        y - y
        mu - μ
        Returns:
        D(y; μ;)
        See Also:
        "P. J. MacCullagh and J. A. Nelder, Generalized Linear Models, 2nd ed. Chapter 9. Eq. 9.4., the integral form, p.327."