glimix_core
latest

Table of contents

  • Install
  • Mean functions
  • Covariance functions
  • Likelihoods
  • Link functions
    • IdentityLink
    • LogitLink
    • LogLink
    • ProbitLink
  • Linear Mixed Models
  • Generalised Linear Mixed Models
  • Gaussian Process
  • Generalised Gaussian Process
  • Random sampler
glimix_core
  • »
  • Link functions
  • Edit on GitHub

Link functions¶

IdentityLink()

Identity link function, g(x) = x.

LogitLink()

Logit link function, g(x) = log(x/(1 - x)).

LogLink()

Log link function, g(x) = log(x).

ProbitLink()

Probit link function, g(x) = 𝚽⁻¹(x).

Next Previous

© Copyright 2018, Danilo Horta. Revision 1ba102fc.

Built with Sphinx using a theme provided by Read the Docs.