Docs.rs
ndarray-glm-0.1.0
ndarray-glm 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
felix-clark
Dependencies
itertools ^0.14
normal
katex-doc ^0.1.0
normal
ndarray ^0.17
normal
ndarray-linalg ^0.18
normal
num-traits ^0.2
normal
once_cell ^1
normal
statrs ^0.18
normal
optional
thiserror ^2.0
normal
anyhow ^1.0
dev
approx ^0.5
dev
ndarray ^0.17
dev
ndarray-linalg ^0.18
dev
Versions
80.95%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module inv_gauss_link
ndarray_
glm
0.1.0
Module inv_
gauss_
link
Module Items
Structs
In crate ndarray_
glm
ndarray_glm
Module
inv_
gauss_
link
Copy item path
Source
Expand description
Link functions for inverse Gaussian regression
Structs
ยง
Log
The log link $
g(\mu) = \log(\mu)
$ avoids linear predictors that give negative expectations.
NegRec
Sq
The canonical link function for inverse Gaussian regression is $
g_0(\mu) = -1/(2\mu^2)
$. This fails to prevent negative predicted y-values.